python3Packages.azure-mgmt-containerregistry: 9.1.0 -> 10.0.0

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-containerregistry/default.nix
··· 6 6 }: 7 7 8 8 buildPythonPackage rec { 9 - version = "9.1.0"; 9 + version = "10.0.0"; 10 10 pname = "azure-mgmt-containerregistry"; 11 11 disabled = isPy27; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "sha256-jkzGLDqrJgwCnz27lGzFk4d2q+j0P+PU8uUVGQg7MkA="; 15 + sha256 = "sha256-HjejK28Em5AeoQ20o4fucnXTlAwADF/SEpVfHn9anZk="; 16 16 extension = "zip"; 17 17 }; 18 18