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

msolve: 0.6.6 -> 0.6.7
This commit is contained in:
Weijia Wang 2024-07-24 23:35:35 +02:00 committed by GitHub
commit 07d0a9b95f
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.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 = ''