Skip to content

Commit 8332079

Browse files
committed
python312Packages.pydata-google-auth: 1.8.2 -> 1.9.0
1 parent df7cef3 commit 8332079

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/pydata-google-auth

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pydata-google-auth/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
buildPythonPackage rec {
1313
pname = "pydata-google-auth";
14-
version = "1.8.2";
14+
version = "1.9.0";
1515
pyproject = true;
1616

1717
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
2020
repo = "pydata-google-auth";
2121
owner = "pydata";
2222
rev = "refs/tags/${version}";
23-
hash = "sha256-Wo+tXbzOuz/cW8GuWoSxLA/Lr2S9NMdePa8tIV39mbY=";
23+
hash = "sha256-Vel8xSDX0djNwlICXE/ON3G4m0dWmynl8fHfDhaZhbI=";
2424
};
2525

2626
postPatch = ''

0 commit comments

Comments
 (0)