mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: sollya: Update to 8.0.
* gnu/packages/algebra.scm (sollya): Update to 8.0.
This commit is contained in:
parent
89fefe2fd4
commit
f2ed82eb53
1 changed files with 2 additions and 2 deletions
|
@ -1728,14 +1728,14 @@ (define-public r-dtt
|
|||
(define-public sollya
|
||||
(package
|
||||
(name "sollya")
|
||||
(version "7.0")
|
||||
(version "8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.sollya.org/releases/"
|
||||
"sollya-" version "/sollya-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"11290ivi9h665cxi8f1shlavhy10vzb8s28m57hrcgnxyxqmhx0m"))))
|
||||
"1sf1cjcr6x035n97l64ppzb9pzq5568h7waz0zfc3120894gcnjz"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list fplll
|
||||
|
|
Loading…
Reference in a new issue