Merge pull request #274450 from fabaff/google-auth-httplib2-bump

python311Packages.google-auth-httplib2: 0.1.1 -> 0.2.0
This commit is contained in:
Fabian Affolter 2023-12-15 15:41:08 +01:00 committed by GitHub
commit 506ac06f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "google-auth-httplib2";
version = "0.1.1";
version = "0.2.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-xkvFVf3G3XiOpi7Pe8z/z0l793JEiHo/PXpaAvjj/Ck=";
hash = "sha256-OKp7rfSPl08euYYXlOnAyyoFEaTsBnmx+IbRCPVkDgU=";
};
propagatedBuildInputs = [