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>2024-01-06 10:29:48 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-01-06 10:29:48 +0100
commit38c7421ffcf09d8a5f1c73b88dd03dc45e8c30c2 (patch)
tree9725f06d94b6b491bafff1dcdae8fdf6f06c0234 /pkgs/development/python-modules/azure-storage-queue
parent868769dc6c52c597dcf8275cd8eb7c019787536e (diff)
python311Packages.azure-storage-queue: 12.8.0 -> 12.9.0
Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-storage-queue_12.9.0/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 70f1b5589d91c..18e72977046c0 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.8.0";
+  version = "12.9.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-mHwAjOv6d+Xh6mwKhVK6w3Rsh3HgijntkvEmRqOrYRk=";
+    hash = "sha256-mBAbDhfaDUcM9XALbEDP50Q57Dycds84OYCW5zcbnRs=";
   };
 
   propagatedBuildInputs = [