swi-prolog: 9.2.7 -> 9.2.9 (#386387)

This commit is contained in:
Donovan Glover
2025-03-03 17:33:20 +00:00
committed by GitHub
@@ -35,7 +35,6 @@
libyaml,
withGui ? false,
libX11,
libXpm,
libXext,
libXft,
@@ -80,7 +79,7 @@
let
# minorVersion is even for stable, odd for unstable
version = "9.2.7";
version = "9.2.9";
# This package provides several with* options, which replaces the old extraLibraries option.
# This error should help users that still use this option find their way to these flags.
@@ -127,8 +126,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "SWI-Prolog";
repo = "swipl";
rev = "V${version}";
hash = "sha256-O9ogltcbBST111FA85jEVW6jGOLJSt/5PeBABtMu2Ws=";
tag = "V${version}";
hash = "sha256-M0stUwiD3Auz5OsmgVJFWg2RAswu42UUp8bafqZOC7A=";
fetchSubmodules = true;
};