about summary refs log tree commit diff
path: root/pkgs/development/python-modules/annexremote
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 15:04:22 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:09 +0100
commit855686627ae9eabe1ee8f361c309f7a48661e33e (patch)
treedfb5aee0ec1d3fe8cc95e1fe91fbac15b602b2bd /pkgs/development/python-modules/annexremote
parentf6aacecfc096a20d1c790e4ea3a60d2709dc12b1 (diff)
python3Packages.annexremote: 1.3.1 -> 1.4.5
Diffstat (limited to 'pkgs/development/python-modules/annexremote')
-rw-r--r--pkgs/development/python-modules/annexremote/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/annexremote/default.nix b/pkgs/development/python-modules/annexremote/default.nix
index bddae5155d7b8..a508e7b271111 100644
--- a/pkgs/development/python-modules/annexremote/default.nix
+++ b/pkgs/development/python-modules/annexremote/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "annexremote";
-  version = "1.3.1";
+  version = "1.4.5";
 
   # use fetchFromGitHub instead of fetchPypi because the test suite of
   # the package is not included into the PyPI tarball
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     rev = "v${version}";
     owner = "Lykos153";
     repo = "AnnexRemote";
-    sha256 = "13ny7h41430pi9393dw3qgwxvzcxacapjsw0d3vjm7lc4h566alq";
+    sha256 = "0r5chdk2aiqcz7z8r8m1j657cz79f6bbv96xdmhj4m5fiqn672if";
   };
 
   propagatedBuildInputs = [ future ];