diff options
author | Sandro <sandro.jaeckel@gmail.com> | 2021-09-11 22:50:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 22:50:33 +0200 |
commit | d78fe618cf7337465608ecdfff37d07ce5fdee2b (patch) | |
tree | d7e90ecefb24fba7b98482c6eb8df3cb34fa42d8 /pkgs/development | |
parent | e9bf7a622702fdcd6b96c4d362fc9eebd740cd92 (diff) | |
parent | f4d7cc5704f268069e16191ee20b9c3e997126f9 (diff) |
Merge pull request #137152 from r-ryantm/auto-update/python3.8-azure-servicebus
Diffstat (limited to 'pkgs/development')
-rw-r--r-- | pkgs/development/python-modules/azure-servicebus/default.nix | 4 |
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 611508b424504..99ff8bbb4e68f 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.3.2"; + version = "7.3.3"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "6c9bef0bfb4ac2bb8158fdfb3938884cd42542be3162ac288fa8df4e254d3810"; + sha256 = "1c2133909a086bd4329135d6affcc05628e3a7da27afca584a0de8c21fc4e1ac"; }; propagatedBuildInputs = [ |