Merge pull request #197649 from austinbutler/google-cloud-iam-290

This commit is contained in:
Sandro 2022-10-25 15:22:02 +02:00 committed by GitHub
commit 2583445064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "google-cloud-iam";
version = "2.8.2";
version = "2.9.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-QrMYsuj9BremQGxociZRGIm/4aQRDHC7dRz6uo1PzOI=";
sha256 = "sha256-/FPuPDJC+AuRNCtKv7pFrpsOlopPFEV/KggDWulRU8A=";
};
propagatedBuildInputs = [ google-api-core libcst proto-plus ];

View File

@ -13,7 +13,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Hawk authentication strategy for the requests python library.";
homepage = "https://github.com/sam-washington/requests-hawk";
homepage = "https://github.com/mozilla-services/requests-hawk";
license = licenses.asl20;
maintainers = with maintainers; [ austinbutler ];
};