about summary refs log tree commit diff
path: root/pkgs/development/python-modules/azure-mgmt-servicebus
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-11-02 09:12:41 -0800
committerJonathan Ringer <jonringer117@gmail.com>2020-11-02 09:21:57 -0800
commitb41c236297231ea6d2008dceee9425d90461289e (patch)
treed401a38399fb18856d33d3ca8e087466eb65600a /pkgs/development/python-modules/azure-mgmt-servicebus
parentf60b39700de15b569c2f23c9d96b6497061424de (diff)
python3Packages.azure-mgmt-servicebus: 0.6.0 -> 1.0.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 72c363b3e669d..e192a8f9d3e34 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 = "0.6.0";
+  version = "1.0.0";
 
   src = fetchPypi {
     inherit pname version;
     extension = "zip";
-    sha256 = "f20920b8fb119ef4abeda4d2dac765a4fc48cd0bcf30c27f8c4cc6d890bc08b1";
+    sha256 = "bb37d97eb3798740a0bc1bfa37b04946a193a6d1a3b0849fdc5e1dc2a9f25d81";
   };
 
   propagatedBuildInputs = [