python311Packages.azure-mgmt-containerregistry: 10.2.0 -> 10.3.0

Changelog: https://github.com/Azure/azure-sdk-for-python/blob/azure-mgmt-containerregistry_10.3.0/sdk/containerregistry/azure-mgmt-containerregistry/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-11-27 08:18:46 +01:00
parent 8cfef6986a
commit 368d096e32

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "azure-mgmt-containerregistry";
version = "10.2.0";
version = "10.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-i7i/5ofGxiF9/wTAPnUOaZ6FAgK3EaBqoHeSC8HuXCo=";
hash = "sha256-riFlGFXfsZxC2R1rOpZcbGEeI/i8S/cTiDXmUtL5GOM=";
};
propagatedBuildInputs = [