mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python3Packages.azure-servicebus: 7.2.0 -> 7.3.0
This commit is contained in:
parent
06c19c70cc
commit
0fa2b43956
@ -11,12 +11,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "azure-servicebus";
|
pname = "azure-servicebus";
|
||||||
version = "7.2.0";
|
version = "7.3.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "919e81d6d9e6e098dbb7abf51d90282a73c0071846b104e70488417cd5d07863";
|
sha256 = "sha256-NigQxqZjekZjlu6wSrziVwbEBclxfwSK4svd0eHPKr8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -35,7 +35,7 @@ buildPythonPackage rec {
|
|||||||
pythonImportsCheck = lib.optionals isPy3k [ "azure.servicebus" ];
|
pythonImportsCheck = lib.optionals isPy3k [ "azure.servicebus" ];
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
homepage = "https://github.com/Azure/azure-sdk-for-python";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ maxwilson ];
|
maintainers = with maintainers; [ maxwilson ];
|
||||||
|
Loading…
Reference in New Issue
Block a user