google-cloud-sdk.python: 3.12 -> 3.14

This commit is contained in:
Alexandre Badez
2026-05-27 17:00:08 +02:00
parent 0811b44efb
commit acf89eee2f
+2 -2
View File
@@ -13,7 +13,7 @@
lib,
fetchurl,
makeWrapper,
python312,
python314,
openssl,
jq,
callPackage,
@@ -25,7 +25,7 @@
}:
let
python3 = python312;
python3 = python314;
pythonEnv = python3.withPackages (
p: