about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-storage-queue
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-10-12 11:47:03 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-12 11:47:03 +0200
commit2bb4672f4d1ac0d753d799613e8d9dd9d9165d90 (patch)
treeee406b889fd58a4741198057e52b1e9893cb7ddc /pkgs/development/python-modules/azure-storage-queue
parentba0e049eb2ddf9fa3c6ae6f246c7332096dbc724 (diff)
python311Packages.azure-storage-queue: 12.7.2 -> 12.7.3
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.7.3/sdk/storage/azure-storage-queue/CHANGELOG.md
Diffstat (limited to 'pkgs/development/python-modules/azure-storage-queue')
-rw-r--r--pkgs/development/python-modules/azure-storage-queue/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-storage-queue/default.nix b/pkgs/development/python-modules/azure-storage-queue/default.nix
index f861d2ec29641..e6f41525795b9 100644
--- a/pkgs/development/python-modules/azure-storage-queue/default.nix
+++ b/pkgs/development/python-modules/azure-storage-queue/default.nix
@@ -10,14 +10,14 @@
 
 buildPythonPackage rec {
   pname = "azure-storage-queue";
-  version = "12.7.2";
+  version = "12.7.3";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-90sni/yKGolR/92StkC4Kad7fNF/qeI1czzVqMW35JY=";
+    hash = "sha256-sDVzLTLT9mQ3eWYZM4CzDkv99rR2dHhDVExaXyE1VYk=";
   };
 
   propagatedBuildInputs = [