diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2020-11-28 08:45:49 -0800 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2020-11-29 00:11:24 -0800 |
| commit | f4569489f2005eb11d8345ecc00067d54603c0ca (patch) | |
| tree | 624554e8c9f9ead38c2d5e31a6c619ff457bed1a /pkgs/development/python-modules | |
| parent | python3Packages.azure-mgmt-security: 0.5.0 -> 0.6.0 (diff) | |
| download | nixpkgs-f4569489f2005eb11d8345ecc00067d54603c0ca.tar.gz | |
python3Packages.azure-mgmt-servicebus: 1.0.0 -> 6.0.0
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/azure-mgmt-servicebus/default.nix | 4 |
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 1c63c61e24e2..8d49d8bb1f0f 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 = [ |
