about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-storage-common
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-05-30 08:49:48 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-06-15 08:44:04 +0200
commit7d7dee940fa4a689d56c03788dbc7e8ae72835a1 (patch)
tree9be12409195ea6161303f39d97404df5a1371de5 /pkgs/development/python-modules/azure-storage-common
parent50da81e35c98874554a6a6b367a5dfb8194f60a9 (diff)
python: azure-storage-common: 1.4.0 -> 1.4.2
Diffstat (limited to 'pkgs/development/python-modules/azure-storage-common')
-rw-r--r--pkgs/development/python-modules/azure-storage-common/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-storage-common/default.nix b/pkgs/development/python-modules/azure-storage-common/default.nix
index 6561163c3a2b5..dc7a0c3107c08 100644
--- a/pkgs/development/python-modules/azure-storage-common/default.nix
+++ b/pkgs/development/python-modules/azure-storage-common/default.nix
@@ -11,11 +11,11 @@
 
 buildPythonPackage rec {
   pname = "azure-storage-common";
-  version = "1.4.0";
+  version = "1.4.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "7ab607f9b8fd27b817482194b1e7d43484c65dcf2605aae21ad8706c6891934d";
+    sha256 = "4ec87c7537d457ec95252e0e46477e2c1ccf33774ffefd05d8544682cb0ae401";
   };
 
   propagatedBuildInputs = [