all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 52270@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#52270] [PATCH] gnu: janet: Update to 1.19.0.
Date: Sat,  4 Dec 2021 00:16:59 -0500	[thread overview]
Message-ID: <20211204051659.28904-1-jgart@dismail.de> (raw)

* gnu/packages/lisp.scm (janet): Update to 1.19.0.
---
 gnu/packages/lisp.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 76d6ecdc42..95443a3573 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1156,7 +1156,7 @@ (define-public picolisp
 (define-public janet
   (package
     (name "janet")
-    (version "1.18.1")
+    (version "1.19.0")
     (source
      (origin
        (method git-fetch)
@@ -1165,7 +1165,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07k92ip4vmqpzbz32spkpy2rz7pxfsdyl77sy9fylqmc6vg32hr8"))))
+        (base32 "1gpwhgnkwxjp95gs3i5dcdpsmv1pa7a299m8hccyy92jxd15pym6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags
-- 
2.34.0





             reply	other threads:[~2021-12-04  5:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-04  5:16 jgart via Guix-patches via [this message]
2021-12-04 12:53 ` bug#52270: [PATCH] gnu: janet: Update to 1.19.0 Guillaume Le Vaillant

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211204051659.28904-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=52270@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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.