gnu: singular: Update to 4.4.0p7.

* gnu/packages/algebra.scm (singular): Update to 4.4.0p7.

Change-Id: I64f74815097ca3aaeeaba9f3177580818c433a4c
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Vinicius Monego 2025-02-09 01:52:25 +00:00 committed by Andreas Enge
parent deb0a44e29
commit 7010eda365
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -599,7 +599,7 @@ matrices, and polynomials over the integers and over finite fields.")
(define-public singular
(package
(name "singular")
(version "4.3.2p16")
(version "4.4.0p7")
(source
(origin
(method url-fetch)
@ -613,8 +613,9 @@ matrices, and polynomials over the integers and over finite fields.")
version))
#\.) "-")
"/singular-" version ".tar.gz"))
(sha256 (base32
"05ia8zqiddj1agg9bfdx54z0sjqcgjgi6lz7ck2ngv562fx36mv7"))))
(sha256
(base32
"0625541pxxhs7789i3ddf5fm1pqvf1kyljyaii41djg9j12cdhbc"))))
(build-system gnu-build-system)
(native-inputs
(list doxygen graphviz perl))