We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297e738 commit 78444beCopy full SHA for 78444be
pkgs/development/python-modules/google-cloud-artifact-registry/default.nix
@@ -14,15 +14,15 @@
14
15
buildPythonPackage rec {
16
pname = "google-cloud-artifact-registry";
17
- version = "1.15.1";
+ version = "1.15.2";
18
pyproject = true;
19
20
disabled = pythonOlder "3.7";
21
22
src = fetchPypi {
23
pname = "google_cloud_artifact_registry";
24
inherit version;
25
- hash = "sha256-k7SaOdk78EJhEwTlWRklr3+JlrRXVctekUjzgl4Xe/o=";
+ hash = "sha256-0w4HVBOqHnLechpkiVlnOrCPjSuQaXP84jDGtU6Q2RE=";
26
};
27
28
build-system = [ setuptools ];
0 commit comments