From 7450efb84117e82712312201ab61b44a36bf6ede Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Wed, 4 Nov 2020 15:04:21 +0100 Subject: [PATCH] python3Packages.atlassian-python-api: 1.17.6 -> 1.17.7 --- .../python-modules/atlassian-python-api/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/atlassian-python-api/default.nix b/pkgs/development/python-modules/atlassian-python-api/default.nix index 8942b5e5913..a91c3ee8a52 100755 --- a/pkgs/development/python-modules/atlassian-python-api/default.nix +++ b/pkgs/development/python-modules/atlassian-python-api/default.nix @@ -16,11 +16,11 @@ buildPythonPackage rec { pname = "atlassian-python-api"; - version = "1.17.6"; + version = "1.17.7"; src = fetchPypi { inherit pname version; - sha256 = "c54ebb385eeb18c6275091687ad1f21e5e91613b6aca31b6727e880a678d16c2"; + sha256 = "456e9873fa5ab5cc91c6ae76a70b662f0993d32e4dff6d8febd866a53d86041e"; }; checkInputs = [ pytestrunner pytest ];