mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: singular: Update to 4.4.0p8.
* gnu/packages/algebra.scm (singular): Update to 4.4.0p8. (home-page): Update. Change-Id: Ief23bf5dd3b54c624ac09cdac8a22afda5b85098
This commit is contained in:
parent
5888ddb128
commit
d4456a2c98
1 changed files with 3 additions and 3 deletions
|
@ -602,7 +602,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.0p7")
|
(version "4.4.0p8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -618,7 +618,7 @@ matrices, and polynomials over the integers and over finite fields.")
|
||||||
"/singular-" version ".tar.gz"))
|
"/singular-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0625541pxxhs7789i3ddf5fm1pqvf1kyljyaii41djg9j12cdhbc"))))
|
"1kppj2ilblq0wcfksgcj5gqpsg87kmahsyw6kn3kh457kf3yngb6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -643,7 +643,7 @@ geometry and singularity theory.")
|
||||||
;; libraries with which it links are licensed under lgpl3+, so the
|
;; libraries with which it links are licensed under lgpl3+, so the
|
||||||
;; combined work becomes gpl3. See COPYING in the source code.
|
;; combined work becomes gpl3. See COPYING in the source code.
|
||||||
(license license:gpl3)
|
(license license:gpl3)
|
||||||
(home-page "https://www.singular.uni-kl.de/index.php")))
|
(home-page "https://www.singular.uni-kl.de/index.html")))
|
||||||
|
|
||||||
(define-public python-pysingular
|
(define-public python-pysingular
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue