Unverified Commit a3529fec authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

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

parents b265ee0a 643257c4
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -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;
  };