Merge pull request #291675 from r-ryantm/auto-update/msolve

msolve: 0.6.4 -> 0.6.5
This commit is contained in:
Weijia Wang 2024-02-27 06:46:12 +01:00 committed by GitHub
commit b38a950c0e
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.4";
version = "0.6.5";
src = fetchFromGitHub {
owner = "algebraic-solving";
repo = "msolve";
rev = "v${finalAttrs.version}";
hash = "sha256-XSV279cw1svAF+uyVmkUodX4FkltDesXsge4QKHqM1o=";
hash = "sha256-qCquagxj31ih0r5kE4x/jsIBI+KBgrMa3HcBGuhlufk=";
};
postPatch = ''