mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: givaro: Add version 4.0.4.
* gnu/packages/sagemath.scm (givaro-4.0.4): New variable.
This commit is contained in:
parent
a612f86684
commit
80a70da7fc
1 changed files with 17 additions and 0 deletions
|
@ -173,3 +173,20 @@ (define-public libhomfly
|
||||||
represented as strings.")
|
represented as strings.")
|
||||||
(license license:public-domain)
|
(license license:public-domain)
|
||||||
(home-page "https://github.com/miguelmarco/libhomfly")))
|
(home-page "https://github.com/miguelmarco/libhomfly")))
|
||||||
|
|
||||||
|
;; The following three packages from the Linbox group are needed in
|
||||||
|
;; an outdated version for Sage.
|
||||||
|
|
||||||
|
(define-public givaro-4.0.4
|
||||||
|
(package (inherit givaro)
|
||||||
|
(name "givaro")
|
||||||
|
(version "4.0.4")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/linbox-team/givaro")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"199p8wyj5i63jbnk7j8qbdbfp5rm2lpmcxyk3mdjy9bz7ygx3hhy"))))))
|
||||||
|
|
Loading…
Reference in a new issue