summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-servicebus
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
commite22c8bc8c6e67e1456fdd9a126eb834f8842872a (patch)
treef332684bc0c6b050187e76830ce27b8fcabe06d2 /pkgs/development/python-modules/azure-servicebus
parent015825f224612535bfbbf40281b2edab526e628f (diff)
downloadnixpkgs-e22c8bc8c6e67e1456fdd9a126eb834f8842872a.tar
nixpkgs-e22c8bc8c6e67e1456fdd9a126eb834f8842872a.tar.gz
nixpkgs-e22c8bc8c6e67e1456fdd9a126eb834f8842872a.tar.bz2
nixpkgs-e22c8bc8c6e67e1456fdd9a126eb834f8842872a.tar.lz
nixpkgs-e22c8bc8c6e67e1456fdd9a126eb834f8842872a.tar.xz
nixpkgs-e22c8bc8c6e67e1456fdd9a126eb834f8842872a.tar.zst
nixpkgs-e22c8bc8c6e67e1456fdd9a126eb834f8842872a.zip
python3Packages.azure-servicebus: 7.1.0 -> 7.1.1
Diffstat (limited to 'pkgs/development/python-modules/azure-servicebus')
-rw-r--r--pkgs/development/python-modules/azure-servicebus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-servicebus/default.nix b/pkgs/development/python-modules/azure-servicebus/default.nix
index d885166daa9..899c952b357 100644
--- a/pkgs/development/python-modules/azure-servicebus/default.nix
+++ b/pkgs/development/python-modules/azure-servicebus/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "azure-servicebus";
-  version = "7.1.0";
+  version = "7.1.1";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "c5b3681ce4d7a44c223ddddfdec4c8d2eadede3b11b598ac09c4dbf4b729e89b";
+    sha256 = "58797defe666dd17ae11a8895395e7e844f11d2076ba4a9ce63682ac02f665d9";
   };
 
   propagatedBuildInputs = [