unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51200] [PATCH] gnu: janet: Upgrade to 1.18.0.
@ 2021-10-14  8:19 jgart via Guix-patches via
  2021-10-14  8:24 ` jgart via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: jgart via Guix-patches via @ 2021-10-14  8:19 UTC (permalink / raw)
  To: 51200; +Cc: jgart

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#51200] [PATCH] gnu: janet: Upgrade to 1.18.0.
  2021-10-14  8:19 [bug#51200] [PATCH] gnu: janet: Upgrade to 1.18.0 jgart via Guix-patches via
@ 2021-10-14  8:24 ` jgart via Guix-patches via
  2021-10-15  9:25   ` bug#51200: " Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: jgart via Guix-patches via @ 2021-10-14  8:24 UTC (permalink / raw)
  To: 51200; +Cc: jgart

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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#51200: [PATCH] gnu: janet: Upgrade to 1.18.0.
  2021-10-14  8:24 ` jgart via Guix-patches via
@ 2021-10-15  9:25   ` Guillaume Le Vaillant
  2021-10-17  9:38     ` [bug#51200] " jgart via Guix-patches via
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2021-10-15  9:25 UTC (permalink / raw)
  To: jgart; +Cc: 51200-done

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Patch pushed as e9bd9a2d58001283e4be51bd6f67accb4c211c2e.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#51200] [PATCH] gnu: janet: Upgrade to 1.18.0.
  2021-10-15  9:25   ` bug#51200: " Guillaume Le Vaillant
@ 2021-10-17  9:38     ` jgart via Guix-patches via
  0 siblings, 0 replies; 4+ messages in thread
From: jgart via Guix-patches via @ 2021-10-17  9:38 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 51200-done

On Fri, 15 Oct 2021 09:25:46 +0000 Guillaume Le Vaillant <glv@posteo.net> wrote:
> Patch pushed as e9bd9a2d58001283e4be51bd6f67accb4c211c2e.
> Thanks.

Thanks!

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-17  9:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14  8:19 [bug#51200] [PATCH] gnu: janet: Upgrade to 1.18.0 jgart via Guix-patches via
2021-10-14  8:24 ` jgart via Guix-patches via
2021-10-15  9:25   ` bug#51200: " Guillaume Le Vaillant
2021-10-17  9:38     ` [bug#51200] " jgart via Guix-patches via

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).