Merge pull request #274548 from wegank/msolve-bump

msolve: 0.6.1 -> 0.6.3
This commit is contained in:
Robert Scott 2023-12-17 19:36:03 +00:00 committed by GitHub
commit ad30ccba5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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