mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
python27Packages.atlassian-python-api: 1.15.4 -> 1.15.6
This commit is contained in:
parent
929e67be69
commit
0b54f91eac
|
@ -16,11 +16,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "atlassian-python-api";
|
pname = "atlassian-python-api";
|
||||||
version = "1.15.4";
|
version = "1.15.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0vkq3sr4a23ipk74swsmc3ydg3q91asixb7hzl8mzkfpgnnyvr77";
|
sha256 = "0nn3g2sb0pqfacsqcw94n8v9jbn4ip0pvhvczasfvks2w9q9sij7";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytestrunner pytest ];
|
checkInputs = [ pytestrunner pytest ];
|
||||||
|
|
Loading…
Reference in a new issue