about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-21 09:06:59 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-01-22 07:48:17 -0800
commitd92570f52cba53d78fa63544bbef0c7deaa71d6c (patch)
treefc4d3a35ae6a392a30fe27a1d02de6b2f631acea /pkgs/development/python-modules
parent7981dff25540ca66a80f42fd3617b60669dda78d (diff)
downloadnixlib-d92570f52cba53d78fa63544bbef0c7deaa71d6c.tar
nixlib-d92570f52cba53d78fa63544bbef0c7deaa71d6c.tar.gz
nixlib-d92570f52cba53d78fa63544bbef0c7deaa71d6c.tar.bz2
nixlib-d92570f52cba53d78fa63544bbef0c7deaa71d6c.tar.lz
nixlib-d92570f52cba53d78fa63544bbef0c7deaa71d6c.tar.xz
nixlib-d92570f52cba53d78fa63544bbef0c7deaa71d6c.tar.zst
nixlib-d92570f52cba53d78fa63544bbef0c7deaa71d6c.zip
python37Packages.azure-storage-file-share: 12.4.0 -> 12.4.1
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/azure-storage-file-share/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-storage-file-share/default.nix b/pkgs/development/python-modules/azure-storage-file-share/default.nix
index e0d16891ccba..c6413f191fce 100644
--- a/pkgs/development/python-modules/azure-storage-file-share/default.nix
+++ b/pkgs/development/python-modules/azure-storage-file-share/default.nix
@@ -12,13 +12,13 @@
 
 buildPythonPackage rec {
   pname = "azure-storage-file-share";
-  version = "12.4.0";
+  version = "12.4.1";
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "fe420825ab87df7077ba2737d2889dddd702d595b88d6e0180f2e3b061602c55";
+    sha256 = "7503d05882970abc977529ff5a4b81e79f62fd51b238fe306f72e13f57a522ca";
   };
 
   propagatedBuildInputs = [