lol
0
fork

Configure Feed

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

python310Packages.google-cloud-resource-manager: 1.6.2 -> 1.6.3

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-resource-manager/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "google-cloud-resource-manager"; 15 - version = "1.6.2"; 15 + version = "1.6.3"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.6"; 19 19 20 20 src = fetchPypi { 21 21 inherit pname version; 22 - hash = "sha256-OOxxazWbHSYyhHLDtKZIixzHUgsTZmxyyulfzh/TIrM="; 22 + hash = "sha256-bPipp05loDhXiWlnx5MHt1gFx1Kt47xBIk5hZ3dLyck="; 23 23 }; 24 24 25 25 propagatedBuildInputs = [