* [bug#63233] [PATCH]: Update lisp-repl-core-dumper to 0.8.0
@ 2023-05-02 14:15 André A. Gomes
2023-05-03 8:39 ` bug#63233: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2023-05-02 14:15 UTC (permalink / raw)
To: 63233
[-- Attachment #1: Type: text/plain, Size: 117 bytes --]
Hi Guix,
Please find the patch attached. Thanks.
--
André A. Gomes
"You cannot even find the ruins..."
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-lisp-repl-core-dumper-Update-to-0.8.0.patch --]
[-- Type: text/x-patch, Size: 1313 bytes --]
From 2cbb05961afbf7d44f1e4786435bc95989bba11a Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Tue, 2 May 2023 17:14:55 +0300
Subject: [PATCH] gnu: lisp-repl-core-dumper: Update to 0.8.0.
* gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.8.0.
---
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 @@ (define (wrap-carp-program program)
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 @@ (define-public lisp-repl-core-dumper
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0yfsyxj462yi3bx587yssp4gwb54jdm6fjk9q93gjrfv8a65ilp7"))))
+ (base32 "04c12gi5izpkv8ha98z9qdkbmyrsq6ga060adrx53da8z31gnhk1"))))
(build-system copy-build-system)
(arguments
'(#:install-plan
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-03 8:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-02 14:15 [bug#63233] [PATCH]: Update lisp-repl-core-dumper to 0.8.0 André A. Gomes
2023-05-03 8:39 ` bug#63233: " Guillaume Le Vaillant
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).