msolve: 0.7.1 -> 0.7.2 (#342930)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-19 09:16:59 +00:00 committed by GitHub
commit d90c1ff08e
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.7.1";
version = "0.7.2";
src = fetchFromGitHub {
owner = "algebraic-solving";
repo = "msolve";
rev = "v${finalAttrs.version}";
hash = "sha256-f1AtZ0tyHg3fqz44GK7eCsye+wiKeBbpKK9JWXpV/tk=";
hash = "sha256-p7fD954aMApyBP58cvGrPwHEqhkxWlaiDHUlQT7kX4c=";
};
postPatch = ''