python3Packages.google-auth-httplib2: 0.2.0 -> 0.3.0

This commit is contained in:
R. Ryantm
2026-01-08 15:05:25 +00:00
parent 719f19e8e4
commit a625f7052c
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-auth-httplib2";
version = "0.2.0";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "google-auth-library-python-httplib2";
tag = "v${version}";
sha256 = "sha256-qY00u1srwAw68VXewZDOsWZrtHpi5UoRZfesSY7mTk8=";
sha256 = "sha256-NXz2oqbNVGTWOECH+Ly9v/CMxbhygFZhlHRHrnYLhCg=";
};
build-system = [ setuptools ];