diff --git a/Formula/msolve.rb b/Formula/msolve.rb index 82c75ec..31f1423 100644 --- a/Formula/msolve.rb +++ b/Formula/msolve.rb @@ -1,8 +1,8 @@ class Msolve < Formula desc "Library for solving multivariate polynomial systems" homepage "https://msolve.lip6.fr" - url "https://github.com/algebraic-solving/msolve/archive/refs/tags/v0.6.8.tar.gz" - sha256 "6588cc912656a08f9b32dff49f5021f9c2473ef068aa3388785cd08e876920ea" + url "https://github.com/algebraic-solving/msolve/archive/refs/tags/v0.7.1.tar.gz" + sha256 "c5090d464999b3180b98e45a46ae1c13713a6255a95bdbab52c695038c2c0ed5" license "GPL-2.0-or-later" head "https://gitlab.lip6.fr/safey/msolve.git"