mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
db96cc0ba2
commit
e54124ca4d
1 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue