From 315d67c3e481d5cc0bd9ed10d4f09cb40a605a3f Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Wed, 31 Jul 2024 23:06:47 +0200 Subject: [PATCH] msolve 0.7.1 --- Formula/msolve.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"