Merge pull request #197649 from austinbutler/google-cloud-iam-290
This commit is contained in:
commit
2583445064
2 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "google-cloud-iam";
|
pname = "google-cloud-iam";
|
||||||
version = "2.8.2";
|
version = "2.9.0";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-QrMYsuj9BremQGxociZRGIm/4aQRDHC7dRz6uo1PzOI=";
|
sha256 = "sha256-/FPuPDJC+AuRNCtKv7pFrpsOlopPFEV/KggDWulRU8A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ google-api-core libcst proto-plus ];
|
propagatedBuildInputs = [ google-api-core libcst proto-plus ];
|
||||||
|
|
|
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Hawk authentication strategy for the requests python library.";
|
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;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ austinbutler ];
|
maintainers = with maintainers; [ austinbutler ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue