summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-11-19 09:10:29 +0100
committerGitHub <noreply@github.com>2023-11-19 09:10:29 +0100
commite8e29778437cc426514b7f664a2535201c64a316 (patch)
tree469441d6dd724a07c5129a5964a8fc019efede3a
parent30f3e44c698b32d9404c791185fa8a81885c6f2b (diff)
parente35bbe32c8f85c98fedf59bcf21b3411f9be8cea (diff)
downloadnixpkgs-e8e29778437cc426514b7f664a2535201c64a316.tar
nixpkgs-e8e29778437cc426514b7f664a2535201c64a316.tar.gz
nixpkgs-e8e29778437cc426514b7f664a2535201c64a316.tar.bz2
nixpkgs-e8e29778437cc426514b7f664a2535201c64a316.tar.lz
nixpkgs-e8e29778437cc426514b7f664a2535201c64a316.tar.xz
nixpkgs-e8e29778437cc426514b7f664a2535201c64a316.tar.zst
nixpkgs-e8e29778437cc426514b7f664a2535201c64a316.zip
Merge pull request #267837 from fabaff/azure-storage-queue-bump
python311Packages.azure-storage-queue: 12.7.3 -> 12.8.0
-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 e6f41525795..70f1b5589d9 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.3";
+  version = "12.8.0";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-sDVzLTLT9mQ3eWYZM4CzDkv99rR2dHhDVExaXyE1VYk=";
+    hash = "sha256-mHwAjOv6d+Xh6mwKhVK6w3Rsh3HgijntkvEmRqOrYRk=";
   };
 
   propagatedBuildInputs = [