about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-03-04 06:53:31 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-03-04 06:53:31 +0000
commit693b3321c3a280dffbf440e41ddfaf0e155026b7 (patch)
tree1ad0c53c5b4174200af117dc803466c80787adfa
parent2f6a957617a95403221fb646d27ebc760408a04c (diff)
python310Packages.azure-mgmt-containerregistry: 9.0.0 -> 9.1.0
-rw-r--r--pkgs/development/python-modules/azure-mgmt-containerregistry/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-containerregistry/default.nix b/pkgs/development/python-modules/azure-mgmt-containerregistry/default.nix
index 8afcde620194b..fae7318cd4866 100644
--- a/pkgs/development/python-modules/azure-mgmt-containerregistry/default.nix
+++ b/pkgs/development/python-modules/azure-mgmt-containerregistry/default.nix
@@ -6,13 +6,13 @@
 }:
 
 buildPythonPackage rec {
-  version = "9.0.0";
+  version = "9.1.0";
   pname = "azure-mgmt-containerregistry";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "9f6c5894d32ba696527ecf0ff155bb43c325dff6a11a6de60cd22ea3f5fb180d";
+    sha256 = "sha256-jkzGLDqrJgwCnz27lGzFk4d2q+j0P+PU8uUVGQg7MkA=";
     extension = "zip";
   };