guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: lisp-repl-core-dumper: Update to 0.8.0.


From: guix-commits
Subject: 03/03: gnu: lisp-repl-core-dumper: Update to 0.8.0.
Date: Wed, 3 May 2023 04:39:33 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 47097b947b893215644510ebb7c6b9c3413683c5
Author: Andre A. Gomes <andremegafone@gmail.com>
AuthorDate: Tue May 2 17:14:55 2023 +0300

    gnu: lisp-repl-core-dumper: Update to 0.8.0.
    
    * gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.8.0.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 4f1243e8c0..2cdb76cfff 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1335,10 +1335,11 @@ C.  It features inferred static typing, macros, 
automatic memory
 management without a garbage collector, a REPL, and straightforward
 integration with code written in C.")
       (license license:asl2.0))))
+
 (define-public lisp-repl-core-dumper
   (package
     (name "lisp-repl-core-dumper")
-    (version "0.7.0")
+    (version "0.8.0")
     (source
      (origin
        (method git-fetch)
@@ -1347,7 +1348,7 @@ integration with code written in C.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yfsyxj462yi3bx587yssp4gwb54jdm6fjk9q93gjrfv8a65ilp7"))))
+        (base32 "04c12gi5izpkv8ha98z9qdkbmyrsq6ga060adrx53da8z31gnhk1"))))
     (build-system copy-build-system)
     (arguments
      '(#:install-plan



reply via email to

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