msolve: 0.6.4 -> 0.6.5

This commit is contained in:
R. Ryantm 2024-02-26 21:41:38 +00:00
parent 5e3b611a30
commit be792ef3b4

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "msolve"; pname = "msolve";
version = "0.6.4"; version = "0.6.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "algebraic-solving"; owner = "algebraic-solving";
repo = "msolve"; repo = "msolve";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-XSV279cw1svAF+uyVmkUodX4FkltDesXsge4QKHqM1o="; hash = "sha256-qCquagxj31ih0r5kE4x/jsIBI+KBgrMa3HcBGuhlufk=";
}; };
postPatch = '' postPatch = ''