1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Ashish SHUKLA
2025-07-06 14:26:23 +02:00
committed by Andreas Enge
parent 79c7843ef4
commit d30c46fac6

View File

@@ -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