gnu: femtolisp: Update to 0.0.0-2.

* gnu/packages/scheme.scm (femtolisp): Update to 0.0.0-2. This commit revision
  patches several bugs.
This commit is contained in:
Brett Gilio 2020-01-03 18:33:40 -06:00
parent d87d256720
commit 1074ec1dd7
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE

View File

@ -948,8 +948,8 @@ generation.")
(license gpl2+)))) (license gpl2+))))
(define-public femtolisp (define-public femtolisp
(let ((commit "68c5b1225572ecf2c52baf62f928063e5a30511b") (let ((commit "ec7601076a976f845bc05ad6bd3ed5b8cde58a97")
(revision "1")) (revision "2"))
(package (package
(name "femtolisp") (name "femtolisp")
(version (string-append "0.0.0-" revision "." (string-take commit 7))) (version (string-append "0.0.0-" revision "." (string-take commit 7)))
@ -961,7 +961,7 @@ generation.")
(file-name (string-append name "-" version "-checkout")) (file-name (string-append name "-" version "-checkout"))
(sha256 (sha256
(base32 (base32
"04rnwllxnl86zw8c6pwxznn49bvkvh0f1lfliy085vjzvlq3rgja")))) "1fcyiqlqn27nd4wxi27km8mhmlzpzzsxzpwsl1bxbmhraq468njw"))))
;; See "utils.h" for supported systems. Upstream bug: ;; See "utils.h" for supported systems. Upstream bug:
;; https://github.com/JeffBezanson/femtolisp/issues/25 ;; https://github.com/JeffBezanson/femtolisp/issues/25
(supported-systems (supported-systems