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

This commit is contained in:
R. Ryantm 2023-08-02 08:24:10 +00:00
parent 26f7e30132
commit 380e53ab1f

View file

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