Skip to content

Commit b3bc76f

Browse files
committed
banana-vera: bump python to 3.11
1 parent e43aa0b commit b3bc76f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ba/banana-vera/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
stdenv,
44
fetchFromGitHub,
55
cmake,
6-
python310,
6+
python311,
77
tcl,
88
}:
99

@@ -20,8 +20,8 @@ stdenv.mkDerivation (finalAttrs: {
2020

2121
nativeBuildInputs = [ cmake ];
2222
buildInputs = [
23-
python310
24-
python310.pkgs.boost-python
23+
python311
24+
python311.pkgs.boost-python
2525
tcl
2626
];
2727

0 commit comments

Comments
 (0)