python3Packages.azure-servicebus: 7.2.0 -> 7.3.0

launchpad/nixpkgs/master
Fabian Affolter 3 years ago committed by Jonathan Ringer
parent 06c19c70cc
commit 0fa2b43956
  1. 6
      pkgs/development/python-modules/azure-servicebus/default.nix

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-servicebus";
version = "7.2.0";
version = "7.3.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "919e81d6d9e6e098dbb7abf51d90282a73c0071846b104e70488417cd5d07863";
sha256 = "sha256-NigQxqZjekZjlu6wSrziVwbEBclxfwSK4svd0eHPKr8=";
};
propagatedBuildInputs = [
@ -35,7 +35,7 @@ buildPythonPackage rec {
pythonImportsCheck = lib.optionals isPy3k [ "azure.servicebus" ];
meta = with lib; {
description = "This is the Microsoft Azure Service Bus Client Library";
description = "Microsoft Azure Service Bus Client Library";
homepage = "https://github.com/Azure/azure-sdk-for-python";
license = licenses.mit;
maintainers = with maintainers; [ maxwilson ];

Loading…
Cancel
Save