From 471892b692fed714a40c97b0668e05b15249e820 Mon Sep 17 00:00:00 2001 From: Mahrud Sayrafi Date: Fri, 19 Jul 2024 14:54:02 +0200 Subject: [PATCH] msolve: v0.6.7 --- Formula/msolve.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/msolve.rb b/Formula/msolve.rb index 00fdbfd..11fddc9 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.5.tar.gz" - sha256 "30e3712eab4077438e2b3228d5958adb7e8488e523244a02320f80bd8c412c89" + url "https://github.com/algebraic-solving/msolve/archive/refs/tags/v0.6.7.tar.gz" + sha256 "1491e2da3ef7c324d7ddf10ee8ffc8c5cd9b11825d09c859ca9f64836559605e" license "GPL-2.0-or-later" head "https://gitlab.lip6.fr/safey/msolve.git"