Loading pkgs/development/python-modules/google-auth/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ aiohttp, aioresponses, buildPythonPackage, cachetools, cryptography, flask, freezegun, Loading @@ -25,20 +24,19 @@ buildPythonPackage rec { pname = "google-auth"; version = "2.45.0"; version = "2.47.0"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "google-auth-library-python"; tag = "v${version}"; hash = "sha256-CONPYm88g8AvGlb7HBMKyWFTGntkgEkDZ2RHKyqoYhw="; hash = "sha256-kgiqKeS8NTlz56yYKE8U/eKFQjHD6CJHOH5IKLgOeDk="; }; build-system = [ setuptools ]; dependencies = [ cachetools pyasn1-modules rsa ]; Loading Loading
pkgs/development/python-modules/google-auth/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ aiohttp, aioresponses, buildPythonPackage, cachetools, cryptography, flask, freezegun, Loading @@ -25,20 +24,19 @@ buildPythonPackage rec { pname = "google-auth"; version = "2.45.0"; version = "2.47.0"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "google-auth-library-python"; tag = "v${version}"; hash = "sha256-CONPYm88g8AvGlb7HBMKyWFTGntkgEkDZ2RHKyqoYhw="; hash = "sha256-kgiqKeS8NTlz56yYKE8U/eKFQjHD6CJHOH5IKLgOeDk="; }; build-system = [ setuptools ]; dependencies = [ cachetools pyasn1-modules rsa ]; Loading