Merge pull request #293850 from fabaff/google-cloud-artifact-registry-bump

python311Packages.google-cloud-artifact-registry: 1.11.2 -> 1.11.3
This commit is contained in:
Fabian Affolter 2024-03-07 08:52:36 +01:00 committed by GitHub
commit 69906365e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-artifact-registry";
version = "1.11.2";
version = "1.11.3";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-5ASS7Lt6F7dWBhc82bW+0FBSDCePax2YF5hr+BAGabs=";
hash = "sha256-wsSeFbtZHWXeoiyC2lUUjFE09xkZuu+OtNNb4dHLIM0=";
};
nativeBuildInputs = [