From 31d498ba6e205529e324cd0eecc9449d2fda13fe Mon Sep 17 00:00:00 2001
From: Hans-Joerg Schurr <commits@schurr.at>
Date: Tue, 5 Mar 2024 09:57:15 -0600
Subject: [PATCH] Update python in nix shell

---
 spec/shell.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/shell.nix b/spec/shell.nix
index 0f2987e..0c75edc 100644
--- a/spec/shell.nix
+++ b/spec/shell.nix
@@ -18,6 +18,6 @@ pkgs.stdenvNoCC.mkDerivation {
   buildInputs = with pkgs; [
     gnumake
     entr
-    python39Packages.pygments
+    python311Packages.pygments
 	];
 }
-- 
GitLab