unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57290] [PATCH] gnu: janet: Update to 1.24.0.
@ 2022-08-18 21:38 jgart via Guix-patches via
  2022-08-19  1:26 ` bug#57290: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-08-18 21:38 UTC (permalink / raw)
  To: 57290; +Cc: jgart

* gnu/packages/lisp.scm (janet): Update to 1.24.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 8a1be073ad..2f37b82ea5 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1232,7 +1232,7 @@ (define-public picolisp
 (define-public janet
   (package
     (name "janet")
-    (version "1.23.0")
+    (version "1.24.0")
     (source
      (origin
        (method git-fetch)
@@ -1241,7 +1241,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qfahq1203kv5jxd0im7nxm3yy1p9k1wc0pk34b5h2sfships1hm"))))
+        (base32 "07kyjzbj5g197008n9qwpdnagylzlv8x4zbsf2d233mpskv3dixi"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-- 
2.37.2





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

* bug#57290: [PATCH] gnu: janet: Update to 1.24.0.
  2022-08-18 21:38 [bug#57290] [PATCH] gnu: janet: Update to 1.24.0 jgart via Guix-patches via
@ 2022-08-19  1:26 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-08-19  1:26 UTC (permalink / raw)
  To: jgart; +Cc: 57290-done

jgart <jgart@dismail.de> writes:

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

Applied, thank you!




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

end of thread, other threads:[~2022-08-19  1:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18 21:38 [bug#57290] [PATCH] gnu: janet: Update to 1.24.0 jgart via Guix-patches via
2022-08-19  1:26 ` bug#57290: " 宋文武 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).