python311Packages.google-auth-httplib2: 0.1.0 -> 0.1.1

Changelog: https://github.com/googleapis/google-auth-library-python-httplib2/blob/v0.1.1/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-09-18 18:45:58 +02:00
parent 1774d07242
commit 66212346b2

View file

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