summary refs log tree commit diff
path: root/pkgs/development/python-modules/atlassian-python-api
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 15:04:23 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:09 +0100
commitebfb1da0f971be956e666f2fb65342203fa3e3bd (patch)
tree60071600599a1a766e9958e0e67757f1d9afb8d3 /pkgs/development/python-modules/atlassian-python-api
parent656348a81d15239d4081a272e251ad164c8d22f4 (diff)
downloadnixpkgs-ebfb1da0f971be956e666f2fb65342203fa3e3bd.tar
nixpkgs-ebfb1da0f971be956e666f2fb65342203fa3e3bd.tar.gz
nixpkgs-ebfb1da0f971be956e666f2fb65342203fa3e3bd.tar.bz2
nixpkgs-ebfb1da0f971be956e666f2fb65342203fa3e3bd.tar.lz
nixpkgs-ebfb1da0f971be956e666f2fb65342203fa3e3bd.tar.xz
nixpkgs-ebfb1da0f971be956e666f2fb65342203fa3e3bd.tar.zst
nixpkgs-ebfb1da0f971be956e666f2fb65342203fa3e3bd.zip
python3Packages.atlassian-python-api: 1.17.7 -> 2.1.2
Diffstat (limited to 'pkgs/development/python-modules/atlassian-python-api')
-rwxr-xr-xpkgs/development/python-modules/atlassian-python-api/default.nix4
1 files 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 a91c3ee8a52..f48064ba468 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.7";
+  version = "2.1.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "456e9873fa5ab5cc91c6ae76a70b662f0993d32e4dff6d8febd866a53d86041e";
+    sha256 = "f852bfd293fdcb0ab2d7a9ea907f8303cf14fe6f55e90c103d4de00393ea9555";
   };
 
   checkInputs = [ pytestrunner pytest ];