mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
deb0a44e29
commit
7010eda365
1 changed files with 4 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue