removed scipVersion and changelog

This commit is contained in:
fettgoenner
2025-11-21 17:58:22 +01:00
parent 6a74f07fed
commit e4b00cffa5
@@ -14,9 +14,6 @@ stdenv.mkDerivation rec {
pname = "scipopt-papilo";
version = "2.4.4";
# To correlate scipVersion and version, check: https://scipopt.org/#news
scipVersion = "9.2.4";
src = fetchFromGitHub {
owner = "scipopt";
repo = "papilo";
@@ -46,7 +43,6 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
maintainers = with lib.maintainers; [ fettgoenner ];
changelog = "https://scipopt.org/doc-${scipVersion}/html/RN${lib.versions.major scipVersion}.php";
description = "Parallel Presolve for Integer and Linear Optimization";
license = lib.licenses.lgpl3Plus;
homepage = "https://github.com/scipopt/papilo";