gnu: singular: Update to 4.3.2p10.

* gnu/packages/algebra.scm (singular): Update to 4.3.2p10.

Change-Id: I196d31e3f5605dd51385146ce091d63a4e9eb340
This commit is contained in:
Andreas Enge 2024-01-24 12:20:11 +01:00
parent db96cc0ba2
commit e54124ca4d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -592,12 +592,12 @@ (define-public ntl
(define-public singular
(package
(name "singular")
(version "4.2.1")
(version "4.3.2p10")
(source
(origin
(method url-fetch)
(uri
(string-append "http://www.mathematik.uni-kl.de/ftp/pub/Math/"
(string-append "https://www.singular.uni-kl.de/ftp/pub/Math/"
"Singular/SOURCES/"
(string-join
(string-split
@ -607,7 +607,7 @@ (define-public singular
#\.) "-")
"/singular-" version ".tar.gz"))
(sha256 (base32
"13gy1gdng8zijwlr1fn5sixw53z0zf9czzlg0vh1dcc59zw6v998"))))
"1a2j2pkp73rb1xdd5623gkk1snwd85yimssnz86y0m79zvyckhi8"))))
(build-system gnu-build-system)
(native-inputs
(list doxygen graphviz perl))