mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: jacal: Update to 1c8.
* gnu/packages/maths.scm (jacal): Update to 1c8. [native-inputs]: Add time. Change-Id: I855993e5caf67854c4c508546485872f770afdd6 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
889071ef9c
commit
aef015bfc9
1 changed files with 4 additions and 4 deletions
|
@ -7444,14 +7444,14 @@ Longest Commons Subsequence of a set of strings.")
|
||||||
(define-public jacal
|
(define-public jacal
|
||||||
(package
|
(package
|
||||||
(name "jacal")
|
(name "jacal")
|
||||||
(version "1c7")
|
(version "1c8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
"http://groups.csail.mit.edu/mac/ftpdir/scm/jacal-"
|
"https://groups.csail.mit.edu/mac/ftpdir/scm/jacal-"
|
||||||
version ".zip"))
|
version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06a5sx9ikd62bpnd898g3yk818b020b1a27mk7dbfla2zizib4xz"))))
|
(base32 "0dn706gl5nd36177m7rkx9sdzpxy116jy2mdmc0dcb758r64qvmw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -7481,7 +7481,7 @@ Longest Commons Subsequence of a set of strings.")
|
||||||
(string-append "--prefix="
|
(string-append "--prefix="
|
||||||
(assoc-ref outputs "out"))))))))
|
(assoc-ref outputs "out"))))))))
|
||||||
(inputs (list scm))
|
(inputs (list scm))
|
||||||
(native-inputs (list unzip texinfo))
|
(native-inputs (list time unzip texinfo))
|
||||||
(synopsis "Symbolic mathematics system")
|
(synopsis "Symbolic mathematics system")
|
||||||
(description "GNU JACAL is an interactive symbolic mathematics program based on
|
(description "GNU JACAL is an interactive symbolic mathematics program based on
|
||||||
Scheme. It manipulate and simplify a range of mathematical expressions such
|
Scheme. It manipulate and simplify a range of mathematical expressions such
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue