python310Packages.pydata-google-auth: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm 2023-06-22 07:20:59 +00:00
parent 08285c3efb
commit 88185e7770

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pydata-google-auth";
version = "1.7.0";
version = "1.8.0";
format = "setuptools";
src = fetchFromGitHub {
repo = pname;
owner = "pydata";
rev = "refs/tags/${version}";
hash = "sha256-VJmu7VExWmXBa0cjgppyOgWDLDRMdhOoaOrZoi4WAxo=";
hash = "sha256-PMQj+ySdin02MUBIumyW/PvCGqUhmloDCnBFJggd4I8=";
};
nativeBuildInputs = [