Skip to content

Commit d7edfd5

Browse files
authored
python312Packages.google-cloud-artifact-registry: 1.15.0 -> 1.15.1 (#385363)
2 parents f61bd35 + 07fa66f commit d7edfd5

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-artifact-registry

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-artifact-registry/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
buildPythonPackage rec {
1616
pname = "google-cloud-artifact-registry";
17-
version = "1.15.0";
17+
version = "1.15.1";
1818
pyproject = true;
1919

2020
disabled = pythonOlder "3.7";
2121

2222
src = fetchPypi {
2323
pname = "google_cloud_artifact_registry";
2424
inherit version;
25-
hash = "sha256-K2oFG+shUXcgg/UDzpgF9LcLuDkhSLUYwQrXfxJUDW8=";
25+
hash = "sha256-k7SaOdk78EJhEwTlWRklr3+JlrRXVctekUjzgl4Xe/o=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)