unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 51200@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#51200] [PATCH] gnu: janet: Upgrade to 1.18.0.
Date: Thu, 14 Oct 2021 04:24:49 -0400	[thread overview]
Message-ID: <20211014082448.5778-1-jgart@dismail.de> (raw)
In-Reply-To: <20211014081922.5204-1-jgart@dismail.de>

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	other threads:[~2021-10-14  8:27 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2021-10-15  9:25   ` bug#51200: " Guillaume Le Vaillant
2021-10-17  9:38     ` [bug#51200] " jgart via Guix-patches via

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=20211014082448.5778-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=51200@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /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).