unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "André A. Gomes" <andremegafone@gmail.com>
To: 63233@debbugs.gnu.org
Subject: [bug#63233] [PATCH]: Update lisp-repl-core-dumper to 0.8.0
Date: Tue, 02 May 2023 17:15:56 +0300	[thread overview]
Message-ID: <87h6su6cpv.fsf@gmail.com> (raw)

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


             reply	other threads:[~2023-05-02 14:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-02 14:15 André A. Gomes [this message]
2023-05-03  8:39 ` bug#63233: [PATCH]: Update lisp-repl-core-dumper to 0.8.0 Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h6su6cpv.fsf@gmail.com \
    --to=andremegafone@gmail.com \
    --cc=63233@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).