about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSamuel Ainsworth <skainsworth@gmail.com>2024-02-11 15:37:59 -0500
committerGitHub <noreply@github.com>2024-02-11 15:37:59 -0500
commit941bed461ca561ec119e98ef0c7d21c55751cd43 (patch)
tree4a8e500daba70d5017550688164b6bd1293f70b6 /pkgs
parentff46dbb7af17310bd270bd32820448920b9c20e0 (diff)
parenta41d4390390708f13c1809ffae94f4d5702ca345 (diff)
Merge pull request #286197 from r-ryantm/auto-update/python311Packages.google-cloud-artifact-registry
python311Packages.google-cloud-artifact-registry: 1.10.0 -> 1.11.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/google-cloud-artifact-registry/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix
index 38210fe9990ba..71075ad7f60d1 100644
--- a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix
+++ b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonPackage rec {
   pname = "google-cloud-artifact-registry";
-  version = "1.10.0";
+  version = "1.11.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-JrW6lkaRiVsisuOCHLNTxh6LF44PO/RhRfTkORDSIt4=";
+    hash = "sha256-EjwBVYq7V39ab/VQEmysfiuwEbMkjCXq5o+jM31NrwI=";
   };
 
   propagatedBuildInputs = [