summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2025-10-28 00:39:02 +0000
committerGitHub <noreply@github.com>2025-10-28 00:39:02 +0000
commitfa374cfff06cc2dfc4ccb33db4497c168fd92012 (patch)
treeb844b11d46dd99167134241dc8b3de23caad0a4f /pkgs/development/python-modules
parenta37a0bf61f8863352ebc29c471f7522061127786 (diff)
parent41b63a6bd8bfc235cd9f15d12523156acdd54798 (diff)
python3Packages.google-cloud-shell: 1.12.1 -> 1.13.0 (#455647)
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/google-cloud-shell/default.nix7
1 files changed, 2 insertions, 5 deletions
diff --git a/pkgs/development/python-modules/google-cloud-shell/default.nix b/pkgs/development/python-modules/google-cloud-shell/default.nix
index 8fd3e422f84b..ff87c32cbe2a 100644
--- a/pkgs/development/python-modules/google-cloud-shell/default.nix
+++ b/pkgs/development/python-modules/google-cloud-shell/default.nix
@@ -9,21 +9,18 @@
protobuf,
pytest-asyncio,
pytestCheckHook,
- pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "google-cloud-shell";
- version = "1.12.1";
+ version = "1.13.0";
pyproject = true;
- disabled = pythonOlder "3.7";
-
src = fetchPypi {
pname = "google_cloud_shell";
inherit version;
- hash = "sha256-nRuFxyxtJmKiI0BtV8VEu8mRZ5JU2S0gGU9aef9I6Zg=";
+ hash = "sha256-B6SZJm7rGZDIFbF0kHPcBidBF0d+ONIKtUcpjwslkgE=";
};
build-system = [ setuptools ];