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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51200 in the body.
You can then email your comments to 51200 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51200; Package guix-patches. (Thu, 14 Oct 2021 08:21:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 14 Oct 2021 08:21:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





Information forwarded to guix-patches <at> gnu.org:
bug#51200; Package guix-patches. (Thu, 14 Oct 2021 08:27:01 GMT) Full text and rfc822 format available.

Message #8 received at 51200 <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 51200 <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: janet: Upgrade to 1.18.0.
Date: Thu, 14 Oct 2021 04:24:49 -0400
Fixed a nudge of spacing. See this patch instead.

Thanks!

* 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..19e9d4d309 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





Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Fri, 15 Oct 2021 09:27:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Fri, 15 Oct 2021 09:27:02 GMT) Full text and rfc822 format available.

Message #13 received at 51200-done <at> debbugs.gnu.org (full text, mbox):

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 1 (text/plain, inline)]
Patch pushed as e9bd9a2d58001283e4be51bd6f67accb4c211c2e.
Thanks.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#51200; Package guix-patches. (Sun, 17 Oct 2021 09:39:02 GMT) Full text and rfc822 format available.

Message #16 received at 51200-done <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: 51200-done <at> debbugs.gnu.org
Subject: Re: [bug#51200] [PATCH] gnu: janet: Upgrade to 1.18.0.
Date: Sun, 17 Oct 2021 05:38:25 -0400
On Fri, 15 Oct 2021 09:25:46 +0000 Guillaume Le Vaillant <glv <at> posteo.net> wrote:
> Patch pushed as e9bd9a2d58001283e4be51bd6f67accb4c211c2e.
> Thanks.

Thanks!

3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 77B6 DD35




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 14 Nov 2021 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 135 days ago.

Previous Next


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