We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a97d50 + 8332079 commit 292976dCopy full SHA for 292976d
pkgs/development/python-modules/pydata-google-auth/default.nix
@@ -11,7 +11,7 @@
11
12
buildPythonPackage rec {
13
pname = "pydata-google-auth";
14
- version = "1.8.2";
+ version = "1.9.0";
15
pyproject = true;
16
17
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
20
repo = "pydata-google-auth";
21
owner = "pydata";
22
rev = "refs/tags/${version}";
23
- hash = "sha256-Wo+tXbzOuz/cW8GuWoSxLA/Lr2S9NMdePa8tIV39mbY=";
+ hash = "sha256-Vel8xSDX0djNwlICXE/ON3G4m0dWmynl8fHfDhaZhbI=";
24
};
25
26
postPatch = ''
0 commit comments