summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-05-05 22:38:24 -0700
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-06 11:50:10 -0700
commite38f56aa4f401a89f823922574a33c921c3a3643 (patch)
tree50107910fb171fed02a99c01e2088aee3e3593c3 /pkgs/development
parent03f5eafcd036ecbbfe8f85d1eb2f69b9a9959363 (diff)
python3Packages.azure-storage-file-share: 12.4.1 -> 12.4.2
Diffstat (limited to 'pkgs/development')
-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 fc98e4207e8b1..a1322c03c9f99 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.1";
+  version = "12.4.2";
   disabled = !isPy3k;
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "7503d05882970abc977529ff5a4b81e79f62fd51b238fe306f72e13f57a522ca";
+    sha256 = "6c458d1e3db38fdd502d8f77107c81e6859654f02c0e7f2a98214289d9e0dde2";
   };
 
   propagatedBuildInputs = [