about summary refs log tree commit diff
path: root/pkgs/development/python-modules/credstash
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-06 08:47:02 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 09:59:55 +0200
commit58b468ad4becd3188edfe3a861b7f60855997db0 (patch)
tree24f83f962a9e66b50f25dea97550c7b7a280a9c7 /pkgs/development/python-modules/credstash
parentce82e83d5da7e0e00508de7de55622db9aec3942 (diff)
python: credstash: 1.16.2 -> 1.17.1
Diffstat (limited to 'pkgs/development/python-modules/credstash')
-rw-r--r--pkgs/development/python-modules/credstash/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/credstash/default.nix b/pkgs/development/python-modules/credstash/default.nix
index 75ab8b739d8d8..07547b280f5b2 100644
--- a/pkgs/development/python-modules/credstash/default.nix
+++ b/pkgs/development/python-modules/credstash/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "credstash";
-  version = "1.16.2";
+  version = "1.17.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1l3g76dm9csmx0z8s7zd75wfzw9dcyvrq0a81gfzwxk0c0w8c79r";
+    sha256 = "6c04e8734ef556ab459018da142dd0b244093ef176b3be5583e582e9a797a120";
   };
 
   # The install phase puts an executable and a copy of the library it imports in