lol

python312Packages.pydata-google-auth: 1.9.0 -> 1.9.1

+2 -2
+2 -2
pkgs/development/python-modules/pydata-google-auth/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pydata-google-auth"; 14 - version = "1.9.0"; 14 + version = "1.9.1"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 20 20 repo = "pydata-google-auth"; 21 21 owner = "pydata"; 22 22 tag = version; 23 - hash = "sha256-Vel8xSDX0djNwlICXE/ON3G4m0dWmynl8fHfDhaZhbI="; 23 + hash = "sha256-NxEpwCkjNWao2bnKOsDgw93N+cVqwM12VfoEu8CyWUU="; 24 24 }; 25 25 26 26 postPatch = ''