From 6ff58377bd91fddae88ff6c5fb6ac1e5b9dcf609 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 29 May 2023 04:59:58 +0000 Subject: [PATCH] python310Packages.azure-containerregistry: 1.0.0 -> 1.1.0 --- .../python-modules/azure-containerregistry/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-containerregistry/default.nix b/pkgs/development/python-modules/azure-containerregistry/default.nix index 9da12c53e77e..c0dbea68422f 100644 --- a/pkgs/development/python-modules/azure-containerregistry/default.nix +++ b/pkgs/development/python-modules/azure-containerregistry/default.nix @@ -6,12 +6,12 @@ buildPythonPackage rec { pname = "azure-containerregistry"; - version = "1.0.0"; + version = "1.1.0"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-DIZCHZM5aeKtmJrgwAk5J26ltaxNxKUn3rR+FbmuyZc="; + hash = "sha256-6IU+fzMIL8HJv4rCrWlcJSuYre6cdBa7BjS9KrIbIRU="; extension = "zip"; };