mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: picolisp: Update to 25.6.
* gnu/packages/lisp.scm (picolisp): Update to 25.6. Change-Id: I31e659893f1b1c7e6557d3cb5c844302dd6b5d4f Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
79c7843ef4
commit
d30c46fac6
1 changed files with 2 additions and 2 deletions
|
@ -1160,7 +1160,7 @@ libraries for Machine Learning, Neural Nets and statistical estimation.")
|
|||
(define-public picolisp
|
||||
(package
|
||||
(name "picolisp")
|
||||
(version "24.9")
|
||||
(version "25.6")
|
||||
(supported-systems '("aarch64-linux"
|
||||
"powerpc64le-linux"
|
||||
"x86_64-linux"))
|
||||
|
@ -1169,7 +1169,7 @@ libraries for Machine Learning, Neural Nets and statistical estimation.")
|
|||
(method url-fetch)
|
||||
(uri (string-append "https://software-lab.de/picoLisp-" version ".tgz"))
|
||||
(sha256
|
||||
(base32 "1bsp14vjzvlav813mxzgigcdrmsxhrrhlhdzfdvdq6havacm0cwf"))))
|
||||
(base32 "0cr1w4lcszipfp7d0pk7v42dzqrd6i7b498f81lqymijgp3v4vkd"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs (list clang readline libffi openssl pkg-config))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue