emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#37993: closed ([PATCH] Update Chibi-Scheme to 0.8 version)


From: GNU bug Tracking System
Subject: bug#37993: closed ([PATCH] Update Chibi-Scheme to 0.8 version)
Date: Thu, 31 Oct 2019 23:23:02 +0000

Your message dated Fri, 01 Nov 2019 00:22:41 +0100
with message-id <address@hidden>
and subject line Re: [bug#37993] [PATCH] Update Chibi-Scheme to 0.8 version
has caused the debbugs.gnu.org bug report #37993,
regarding [PATCH] Update Chibi-Scheme to 0.8 version
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37993: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37993
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] Update Chibi-Scheme to 0.8 version Date: Wed, 30 Oct 2019 15:21:08 +0000
>From 334e9ab5a24a07acb96a72393de27169c06ea5dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ekaitz=20Z=C3=A1rraga?= <address@hidden>
Date: Wed, 30 Oct 2019 16:09:59 +0100
Subject: [PATCH] Update Chibi-Scheme to 0.8 version

Signed-off-by: Ekaitz Zarraga <address@hidden>
---
 gnu/packages/scheme.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 5753035643..349dfe56de 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -590,14 +590,14 @@ mixed.")
 (define-public chibi-scheme
   (package
     (name "chibi-scheme")
-    (version "0.7.3")
+    (version "0.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/ashinn/chibi-scheme/archive/";
                            version ".tar.gz"))
        (sha256
-        (base32 "16wppf4qzr0748iyp0m89gidsfgq9s6x3gw4xggym91waw4fh742"))
+        (base32 "0mi73543m1gap3bwvivq77vhqk7yn28v6g947h96q893n5cph1wa"))
        (file-name (string-append "chibi-scheme-" version ".tar.gz"))))
     (build-system gnu-build-system)
     (arguments
--
2.17.1





--- End Message ---
--- Begin Message --- Subject: Re: [bug#37993] [PATCH] Update Chibi-Scheme to 0.8 version Date: Fri, 01 Nov 2019 00:22:41 +0100 User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Ekaitz at ElenQ Technology <address@hidden> writes:

> From 334e9ab5a24a07acb96a72393de27169c06ea5dd Mon Sep 17 00:00:00 2001
> From: =?UTF-8?q?Ekaitz=20Z=C3=A1rraga?= <address@hidden>
> Date: Wed, 30 Oct 2019 16:09:59 +0100
> Subject: [PATCH] Update Chibi-Scheme to 0.8 version

Thanks!  I pushed this in cf822f4d921265ae144ea498b47801d83c1c8bc4 with
a commit message that follows our conventions.

(I also pushed a follow-up patch that changes from the auto-generated
GitHub tarball to a git source archive.  The reason is that GitHub
occasionally generates a new tarball, with different timestamps; but git
checkouts are deterministic.)

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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