Merge pull request #189572 from r-ryantm/auto-update/python3.10-keyrings.google-artifactregistry-auth

This commit is contained in:
Sandro 2022-09-04 18:55:23 +02:00 committed by GitHub
commit ceb2735d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "keyrings.google-artifactregistry-auth";
version = "1.0.0";
version = "1.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-gvoX5SP0A39Ke0VRlplETJF8gIP+QzK6xNReRxM8UnA=";
sha256 = "sha256-vrA3+/awws4R2BAxn9wYDKuIZdqioWsQnDr3MYL/5E0=";
};
buildInputs = [