about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-28 08:45:49 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-29 00:11:24 -0800
commitf4569489f2005eb11d8345ecc00067d54603c0ca (patch)
tree624554e8c9f9ead38c2d5e31a6c619ff457bed1a /pkgs/development/python-modules/azure-mgmt-servicebus/default.nix
parent86e9cf0564f7141373cfe6d269a90cda7888b71a (diff)
python3Packages.azure-mgmt-servicebus: 1.0.0 -> 6.0.0
Diffstat (limited to 'pkgs/development/python-modules/azure-mgmt-servicebus/default.nix')
-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 1c63c61e24e28..8d49d8bb1f0f8 100644
--- a/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-servicebus/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "azure-mgmt-servicebus";
-  version = "1.0.0";
+  version = "6.0.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "bb37d97eb3798740a0bc1bfa37b04946a193a6d1a3b0849fdc5e1dc2a9f25d81";
+    sha256 = "f6c64ed97d22d0c03c4ca5fc7594bd0f3d4147659c10110160009b93f541298e";
   };
 
   propagatedBuildInputs = [