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.
2 parents f61bd35 + 07fa66f commit d7edfd5Copy full SHA for d7edfd5
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.0";
+ version = "1.15.1";
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-K2oFG+shUXcgg/UDzpgF9LcLuDkhSLUYwQrXfxJUDW8=";
+ hash = "sha256-k7SaOdk78EJhEwTlWRklr3+JlrRXVctekUjzgl4Xe/o=";
26
};
27
28
build-system = [ setuptools ];
0 commit comments