about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-02-21 06:13:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-21 06:13:01 +0000
commit765a1ab24b170cbfa59330ae24a95dc1cf5b5871 (patch)
treedcfcb4a9b8eefe5f3559d0c143dc45864ef02d18
parent5be19d43a20d64e179b9fd5e6b480711702dcff3 (diff)
python310Packages.azure-mgmt-containerregistry: 10.0.0 -> 10.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 dc86f5acd7381..433635b29e411 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 = "10.0.0";
+  version = "10.1.0";
   pname = "azure-mgmt-containerregistry";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-HjejK28Em5AeoQ20o4fucnXTlAwADF/SEpVfHn9anZk=";
+    sha256 = "sha256-VrX9YfYNvlA8+eNqHCp35BAeQZzQKakZs7ZZKwT8oYc=";
     extension = "zip";
   };