python3Packages.google-auth: 2.27.0 -> 2.28.1

https://github.com/googleapis/google-auth-library-python/blob/v2.28.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-03-12 17:41:54 +01:00
parent 57dcd914fa
commit 6e50b589ba
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "google-auth";
version = "2.27.0";
version = "2.28.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-6GOlbMwtjvqD33qAJyYB5DSH+ppyijdiBchsJqrvqCE=";
hash = "sha256-NPwwRsJXztzxYi/Esx/Cvnkj2bTUSXPUgRJezFDYOIU=";
};
nativeBuildInputs = [