Loading pkgs/by-name/ms/msolve/package.nix +14 −13 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , autoreconfHook , flint , gmp , mpfr { lib, stdenv, fetchFromGitHub, autoreconfHook, flint, gmp, mpfr, }: stdenv.mkDerivation (finalAttrs: { pname = "msolve"; version = "0.7.2"; version = "0.7.3"; src = fetchFromGitHub { owner = "algebraic-solving"; repo = "msolve"; rev = "v${finalAttrs.version}"; hash = "sha256-p7fD954aMApyBP58cvGrPwHEqhkxWlaiDHUlQT7kX4c="; hash = "sha256-F4jEZ3+bA3FADiVZMDNE0T9kd1K1ZBInIaORqQtv+sY="; }; postPatch = '' Loading @@ -34,13 +35,13 @@ stdenv.mkDerivation (finalAttrs: { doCheck = true; meta = with lib; { meta = { description = "Library for polynomial system solving through algebraic methods"; mainProgram = "msolve"; homepage = "https://msolve.lip6.fr"; changelog = "https://github.com/algebraic-solving/msolve/releases/tag/${finalAttrs.src.rev}"; license = licenses.gpl2Plus; maintainers = with maintainers; [ wegank ]; platforms = platforms.unix; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ wegank ]; platforms = lib.platforms.unix; }; }) Loading
pkgs/by-name/ms/msolve/package.nix +14 −13 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , autoreconfHook , flint , gmp , mpfr { lib, stdenv, fetchFromGitHub, autoreconfHook, flint, gmp, mpfr, }: stdenv.mkDerivation (finalAttrs: { pname = "msolve"; version = "0.7.2"; version = "0.7.3"; src = fetchFromGitHub { owner = "algebraic-solving"; repo = "msolve"; rev = "v${finalAttrs.version}"; hash = "sha256-p7fD954aMApyBP58cvGrPwHEqhkxWlaiDHUlQT7kX4c="; hash = "sha256-F4jEZ3+bA3FADiVZMDNE0T9kd1K1ZBInIaORqQtv+sY="; }; postPatch = '' Loading @@ -34,13 +35,13 @@ stdenv.mkDerivation (finalAttrs: { doCheck = true; meta = with lib; { meta = { description = "Library for polynomial system solving through algebraic methods"; mainProgram = "msolve"; homepage = "https://msolve.lip6.fr"; changelog = "https://github.com/algebraic-solving/msolve/releases/tag/${finalAttrs.src.rev}"; license = licenses.gpl2Plus; maintainers = with maintainers; [ wegank ]; platforms = platforms.unix; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ wegank ]; platforms = lib.platforms.unix; }; })