Skip to content

Commit e081cb5

Browse files
authored
nix: Update to Python 3.12 (#5550)
1 parent 58d34ea commit e081cb5

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

flake.lock

Lines changed: 15 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
description = "GRASS GIS";
2+
description = "GRASS";
33

44
nixConfig = {
55
extra-substituters = [ "https://osgeo-grass.cachix.org" ];
@@ -23,7 +23,7 @@
2323

2424
devShells.default =
2525
let
26-
pyPackages = pkgs.python311Packages;
26+
pyPackages = pkgs.python312Packages;
2727

2828
in
2929
pkgs.mkShell {

package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
, pkg-config
2727
, postgresql
2828
, proj
29-
, python311Packages
29+
, python312Packages
3030
, readline
3131
, sqlite
3232
, wxGTK32
@@ -36,7 +36,7 @@
3636

3737

3838
let
39-
pyPackages = python311Packages;
39+
pyPackages = python312Packages;
4040

4141
in
4242
stdenv.mkDerivation (finalAttrs: {

0 commit comments

Comments
 (0)