about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-servicebus
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-11 22:47:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-11 22:47:51 +0000
commita58142e12cc7167e7f23f4f8bc12d8c74facfc2a (patch)
tree9e3f642125953e866a35c08b1569d68c65b54aef /pkgs/development/python-modules/azure-mgmt-servicebus
parentf2c28f668c4b622fba7a5b8362dbe9df7d7eb264 (diff)
python310Packages.azure-mgmt-servicebus: 8.0.0 -> 8.1.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-servicebus')
-rw-r--r--pkgs/development/python-modules/azure-mgmt-servicebus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix b/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix
index 4134873b04aed..07c9ceb982793 100644
--- a/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix
@@ -11,12 +11,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-servicebus";
-  version = "8.0.0";
+  version = "8.1.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "sha256-Ea0vFBPaeXjaxk565N4HFkK8DUzcGIHoaXL3E7b0EAI=";
+    sha256 = "sha256-R8Narn7eC7j59tDjsgbk9lF0PcOgOwSnzoMp3Qu0rmg=";
   };
 
   propagatedBuildInputs = [