Merge pull request #287924 from wegank/msolve-bump

msolve: 0.6.3 -> 0.6.4
This commit is contained in:
Weijia Wang 2024-02-11 19:50:57 +01:00 committed by GitHub
commit f7152e2e18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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