python311Packages.azure-servicebus: 7.11.3 -> 7.11.4

Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-servicebus_7.11.4/sdk/servicebus/azure-servicebus/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-11-16 08:57:23 +01:00
parent ab3b6b5518
commit 92fe1802de

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "azure-servicebus";
version = "7.11.3";
version = "7.11.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-lNZfL9yV56kSxT/qz4iH+w6QWGEmwBU+Ivrg+2UNH8o=";
hash = "sha256-970pd5G2pXfONqOeoKuxCqD4dba7DTFSLtntK7AojUw=";
};
propagatedBuildInputs = [