guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: cl-esrap: Update to 0.18-2.866f28f.


From: guix-commits
Subject: 01/05: gnu: cl-esrap: Update to 0.18-2.866f28f.
Date: Tue, 28 Sep 2021 05:46:52 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 9bf9dd79ef907a7faab012f1c60c09e0819e179f
Author: Charles <charles.b.jackson@protonmail.com>
AuthorDate: Mon Sep 27 20:41:06 2021 -0500

    gnu: cl-esrap: Update to 0.18-2.866f28f.
    
    * gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-2.866f28f.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp-xyz.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 7f7a7e9..11955c7 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -1813,8 +1813,8 @@ that of Eos has not.  Thus, Eos is now deprecated in 
favor of FiveAM.")
   (sbcl-package->ecl-package sbcl-eos))
 
 (define-public sbcl-esrap
-  (let ((commit "da6b24fb18bdb8e7e177bcf2820cdaf0b560deb6")
-        (revision "1"))
+  (let ((commit "866f28fa7a2c1d3fb6d0d0423850d1f9d955750f")
+        (revision "2"))
     (package
       (name "sbcl-esrap")
       (version (git-version "0.18" revision commit))
@@ -1825,13 +1825,15 @@ that of Eos has not.  Thus, Eos is now deprecated in 
favor of FiveAM.")
                (url "https://github.com/scymtym/esrap";)
                (commit commit)))
          (sha256
-          (base32 "12vf3bxwzf8icnf6rw1xalvm7493cfbb46r2vlhc09s59djkf39q"))
+          (base32 "19rb3dmpw3csqqagmrf80dpk5d2qn0l7fpfmxx5zwdnjk367kbwg"))
          (file-name (git-file-name "esrap" version))))
       (build-system asdf-build-system/sbcl)
       (native-inputs
        `(("fiveam" ,sbcl-fiveam)))
       (inputs
-       `(("alexandria" ,sbcl-alexandria)))
+       `(("alexandria" ,sbcl-alexandria)
+         ("trivial-with-current-source-form"
+          ,sbcl-trivial-with-current-source-form)))
       (synopsis "Common Lisp packrat parser")
       (description
        "This is a packrat parser for Common Lisp.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]