msolve: 0.6.6 -> 0.6.7

This commit is contained in:
R. Ryantm 2024-07-19 14:24:26 +00:00
parent 23fed6a921
commit b29e3ae839

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "msolve";
version = "0.6.6";
version = "0.6.7";
src = fetchFromGitHub {
owner = "algebraic-solving";
repo = "msolve";
rev = "v${finalAttrs.version}";
hash = "sha256-Zr9mC/klhyef6xYV8EyoNfM1h4Z0WDtg+OdaarLDBAM=";
hash = "sha256-w7+7Ef5X+pRUW9+2akXv7By37ROB7nTij6J1Iy8P/eU=";
};
postPatch = ''