gnu: 4ti2: Update to 1.6.12.

* gnu/packages/maths.scm (4ti2): Update to 1.6.12.

Change-Id: I254f6d951718c55ce2edd0a3c85d45221ac2effe
This commit is contained in:
Vinicius Monego 2025-06-19 23:45:03 -03:00
parent 780f4f38ff
commit fadfec4c92
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -917,7 +917,7 @@ tropical varieties.")
(define-public 4ti2 (define-public 4ti2
(package (package
(name "4ti2") (name "4ti2")
(version "1.6.10") (version "1.6.12")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -927,7 +927,7 @@ tropical varieties.")
version) version)
"/4ti2-" version ".tar.gz")) "/4ti2-" version ".tar.gz"))
(sha256 (sha256
(base32 "0sx8n4acmqx086a5cfkdkqxnjrlr7nsihnzxwi1vcij2n6z93hgp")))) (base32 "1p82sjwsbyg418jfb1wzff1x10h4yhxgnqnsvz33k3x121k2cwjw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list (@ (gnu packages base) which))) ; for the tests (list (@ (gnu packages base) which))) ; for the tests