python313Packages.google-cloud-shell: 1.12.0 -> 1.12.1 (#391756)

authored by Fabian Affolter and committed by GitHub 52921b09 7cd55514

+2 -2
+2 -2
pkgs/development/python-modules/google-cloud-shell/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "google-cloud-shell"; 18 - version = "1.12.0"; 18 + version = "1.12.1"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 23 23 src = fetchPypi { 24 24 pname = "google_cloud_shell"; 25 25 inherit version; 26 - hash = "sha256-PQzFvc/ZGAp6SsMGT2mMQJN5feaI5E7WSODWccRNYx4="; 26 + hash = "sha256-nRuFxyxtJmKiI0BtV8VEu8mRZ5JU2S0gGU9aef9I6Zg="; 27 27 }; 28 28 29 29 build-system = [ setuptools ];