lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #198980 from SuperSandro2000/python310Packages.google-auth

authored by

Sandro and committed by
GitHub
8f9d1901 94ebb132

+4 -4
+2 -2
pkgs/development/python-modules/google-auth-oauthlib/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-auth-oauthlib"; 15 - version = "0.5.2"; 15 + version = "0.7.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.6"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - sha256 = "sha256-1emKcSAzMGmfkqJrwIhHqS6MOxuNgqAh8a80Fk2xQ64="; 22 + sha256 = "sha256-2xG85LPv/Jm1GOwiopA0cOCFPAySvldpTjaE5zjSJRM="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [
+2 -2
pkgs/development/python-modules/google-auth/default.nix
··· 27 27 28 28 buildPythonPackage rec { 29 29 pname = "google-auth"; 30 - version = "2.11.0"; 30 + version = "2.14.0"; 31 31 32 32 src = fetchPypi { 33 33 inherit pname version; 34 - sha256 = "sha256-7WXs+faBgyKY4pMo4e8KNnbjcysuVvQVMtRfcKIt4Ps="; 34 + sha256 = "sha256-zySBeFXYdO3i79BxqiISVEX1Vd4Whbc5qXgvz0CMKj0="; 35 35 }; 36 36 37 37 propagatedBuildInputs = [