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 8cf5c55 + 4bbce7c commit 267f157Copy full SHA for 267f157
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.14.0";
+ version = "1.15.0";
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-xn4OBhidFxwfNHcCoXecZqMbGyFNIJ75f5u75Fi5yQ4=";
+ hash = "sha256-K2oFG+shUXcgg/UDzpgF9LcLuDkhSLUYwQrXfxJUDW8=";
26
};
27
28
build-system = [ setuptools ];
0 commit comments