Commit f5ff5fac authored by Fabian Affolter's avatar Fabian Affolter
Browse files

ggshield: set to Python 3.11

snapshottest doesn't support Python 3.12 yet
parent 7dbcc966
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8024,7 +8024,9 @@ with pkgs;
  ggobi = callPackage ../tools/graphics/ggobi { };
  ggshield = callPackage ../tools/security/ggshield { };
  ggshield = callPackage ../tools/security/ggshield {
    python3 = python311;
  };
  ghost = callPackage ../tools/security/ghost { };