mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: singular: Update to 4.3.2p16.
* gnu/packages/algebra.scm (singular): Update to 4.3.2p16. Change-Id: I982267e932b6ef57422e12fe2f019807433ac0fc
This commit is contained in:
parent
a80f4f6749
commit
1372680cd9
1 changed files with 2 additions and 2 deletions
|
@ -599,7 +599,7 @@ matrices, and polynomials over the integers and over finite fields.")
|
||||||
(define-public singular
|
(define-public singular
|
||||||
(package
|
(package
|
||||||
(name "singular")
|
(name "singular")
|
||||||
(version "4.3.2p10")
|
(version "4.3.2p16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -614,7 +614,7 @@ matrices, and polynomials over the integers and over finite fields.")
|
||||||
#\.) "-")
|
#\.) "-")
|
||||||
"/singular-" version ".tar.gz"))
|
"/singular-" version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1a2j2pkp73rb1xdd5623gkk1snwd85yimssnz86y0m79zvyckhi8"))))
|
"05ia8zqiddj1agg9bfdx54z0sjqcgjgi6lz7ck2ngv562fx36mv7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list doxygen graphviz perl))
|
(list doxygen graphviz perl))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue