1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-07 19:15:36 +03:00

Merge pull request #325689 from r-ryantm/auto-update/python312Packages.google-cloud-shell

python312Packages.google-cloud-shell: 1.9.3 -> 1.9.4
This commit is contained in:
Fabian Affolter 2024-07-10 22:47:24 +02:00 committed by GitHub
commit fc616c018b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "google-cloud-shell";
version = "1.9.3";
version = "1.9.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-33TZcRsOWP8PBAXFHy9DQn20bVECwD2wv7hcaYl0E8Y=";
hash = "sha256-zYQwPv+r4amD5B8fSm3UMmSH0TAr+LWmBdheA5GmJBE=";
};
nativeBuildInputs = [ setuptools ];