forked from mirrors/nixpkgs
python27Packages.atlassian-python-api: 1.16.1 -> 1.17.5
This commit is contained in:
parent
083b64c63f
commit
20529dbc31
|
@ -16,11 +16,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "atlassian-python-api";
|
||||
version = "1.16.1";
|
||||
version = "1.17.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b672131be7cc5e239c465909454542623c0aeb0a4d3b05e6a25ee9459959c11d";
|
||||
sha256 = "cbd7941fa7e1eb6f63e12724277894350298745480297658da912e07234314cc";
|
||||
};
|
||||
|
||||
checkInputs = [ pytestrunner pytest ];
|
||||
|
|
Loading…
Reference in a new issue