python3Packages.google-auth: 1.24.0 -> 1.28.0

This commit is contained in:
Frederik Rietdijk 2021-03-24 10:28:12 +01:00
parent 8f174752ae
commit 90196b6cb6

View file

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "google-auth";
version = "1.24.0";
version = "1.28.0";
src = fetchPypi {
inherit pname version;
sha256 = "0bmdqkyv8k8n6s8dss4zpbcq1cdxwicpb42kwybd02ia85mh43hb";
sha256 = "9bd436d19ab047001a1340720d2b629eb96dd503258c524921ec2af3ee88a80e";
};
propagatedBuildInputs = [