mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: singular: Update to 4.4.1.
* gnu/packages/algebra.scm (singular): Update to 4.4.1. Change-Id: I421820e942584d4afde5b7c6df6214efa0f697b9
This commit is contained in:
parent
965e06f248
commit
faf99c1d55
1 changed files with 2 additions and 2 deletions
|
@ -610,7 +610,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.4.0p8")
|
(version "4.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -626,7 +626,7 @@ matrices, and polynomials over the integers and over finite fields.")
|
||||||
"/singular-" version ".tar.gz"))
|
"/singular-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kppj2ilblq0wcfksgcj5gqpsg87kmahsyw6kn3kh457kf3yngb6"))))
|
"16xlhar1krlskh9gxbw1gw4qi8248c95w71vzxdw72avs2pblkva"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue