unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54819] [PATCH] gnu: janet: Update to 1.21.1.
@ 2022-04-09 15:49 jgart via Guix-patches via
  2022-04-18 21:11 ` bug#54819: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-04-09 15:49 UTC (permalink / raw)
  To: 54819; +Cc: jgart

* gnu/packages/lisp.scm (janet): Update to 1.21.1.
---
 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 361d6409d4..d5f1e94269 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1152,7 +1152,7 @@ (define-public picolisp
 (define-public janet
   (package
     (name "janet")
-    (version "1.20.0")
+    (version "1.21.1")
     (source
      (origin
        (method git-fetch)
@@ -1161,7 +1161,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0983jp22nnfpsc77nhsjgp7zp7m2n47pxg9nagwfhhff6rlqw9wq"))))
+        (base32 "1c8lrwg518182rnz47mahv5r9jd3haj6ysigk0bkv8lpb0d2b760"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-- 
2.35.1





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

* bug#54819: [PATCH] gnu: janet: Update to 1.21.1.
  2022-04-09 15:49 [bug#54819] [PATCH] gnu: janet: Update to 1.21.1 jgart via Guix-patches via
@ 2022-04-18 21:11 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-04-18 21:11 UTC (permalink / raw)
  To: jgart; +Cc: 54819-done

Hi,

jgart <jgart@dismail.de> skribis:

> * gnu/packages/lisp.scm (janet): Update to 1.21.1.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2022-04-18 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-09 15:49 [bug#54819] [PATCH] gnu: janet: Update to 1.21.1 jgart via Guix-patches via
2022-04-18 21:11 ` bug#54819: " Ludovic Courtès

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