python3Packages.atlassian-python-api: 1.17.5 -> 1.17.6

This commit is contained in:
Frederik Rietdijk 2020-10-25 10:06:50 +01:00 committed by Jonathan Ringer
parent 7343285d5c
commit a77a6a9bd7

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "atlassian-python-api";
version = "1.17.5";
version = "1.17.6";
src = fetchPypi {
inherit pname version;
sha256 = "cbd7941fa7e1eb6f63e12724277894350298745480297658da912e07234314cc";
sha256 = "c54ebb385eeb18c6275091687ad1f21e5e91613b6aca31b6727e880a678d16c2";
};
checkInputs = [ pytestrunner pytest ];