Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.azure-servicebus: 7.11.2 -> 7.11.3

Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-servicebus_7.11.3/sdk/servicebus/azure-servicebus/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/azure-servicebus/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "azure-servicebus"; 15 - version = "7.11.2"; 15 + version = "7.11.3"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.7"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-0iKPBVxP6tP+vnU37QD8vDHeMsfULO02pxt6hg/RIw8="; 22 + hash = "sha256-lNZfL9yV56kSxT/qz4iH+w6QWGEmwBU+Ivrg+2UNH8o="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [