3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.atlassian-python-api: 3.25.0 -> 3.26.0

This commit is contained in:
R. Ryantm 2022-08-18 23:31:58 +00:00
parent d34f728c2f
commit 54046d3f71

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "atlassian-python-api";
version = "3.25.0";
version = "3.26.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "atlassian-api";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-O0hD8PCmUH38k2a0cnt4Ihb+8/wb9RIL27xc/LONBU0=";
sha256 = "sha256-S1+QKSxoBSIebsqhx4OgQAOhNw3P674m/V203ylXB+c=";
};
propagatedBuildInputs = [