GNU bug report logs - #51200
[PATCH] gnu: janet: Upgrade to 1.18.0.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Thu, 14 Oct 2021 08:21:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#51200: closed ([PATCH] gnu: janet: Upgrade to 1.18.0.)
Date: Fri, 15 Oct 2021 09:27:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 15 Oct 2021 09:25:46 +0000
with message-id <87k0ie3ag8.fsf <at> kitej>
and subject line Re: [bug#51200] [PATCH] gnu: janet: Upgrade to 1.18.0.
has caused the debbugs.gnu.org bug report #51200,
regarding [PATCH] gnu: janet: Upgrade to 1.18.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
51200: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=51200
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: janet: Upgrade to 1.18.0.
Date: Thu, 14 Oct 2021 04:19:22 -0400
* gnu/packages/lisp.scm (janet): Upgrade to 1.18.0.
---
 gnu/packages/lisp.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index b5aa6a087d..c948039e7b 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1155,7 +1155,7 @@ including a built-in database engine and a GUI system.")
 (define-public janet
   (package
     (name "janet")
-    (version "1.12.2")
+    (version "1.18.0")
     (source
      (origin
        (method git-fetch)
@@ -1164,14 +1164,15 @@ including a built-in database engine and a GUI system.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0if514zdmbjvvrsa9x5yfvg2b14sz53yaka12g3yhwkq8ls3qk0c"))))
+        (base32 "1wd6b6dmcn6snw79vn5b74ff5mk97mdagav7vnxklqzlqislg9qq"))))
     (build-system gnu-build-system)
     (arguments
-     `(#:make-flags (list
-                     (string-append "DESTDIR=" (assoc-ref %outputs "out"))
-                     (string-append "PREFIX=")
-                     (string-append "CC=" (assoc-ref %build-inputs "gcc")
-                                    "/bin/gcc"))
+     `(#:make-flags
+      (list
+        (string-append "DESTDIR=" (assoc-ref %outputs "out"))
+        (string-append "PREFIX=")
+        (string-append "CC=" (assoc-ref %build-inputs "gcc")
+                       "/bin/gcc"))
        #:phases
        (modify-phases %standard-phases
          (delete 'configure)
-- 
2.33.0



[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: jgart <jgart <at> dismail.de>
Cc: 51200-done <at> debbugs.gnu.org
Subject: Re: [bug#51200] [PATCH] gnu: janet: Upgrade to 1.18.0.
Date: Fri, 15 Oct 2021 09:25:46 +0000
[Message part 4 (text/plain, inline)]
Patch pushed as e9bd9a2d58001283e4be51bd6f67accb4c211c2e.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 years and 217 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.