all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57612] [PATCH] gnu: janet: Update to 1.24.1.
@ 2022-09-06 12:19 jgart via Guix-patches via
  2022-09-11 14:34 ` bug#57612: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-09-06 12:19 UTC (permalink / raw)
  To: 57612; +Cc: jgart

* gnu/packages/lisp.scm (janet): Update to 1.24.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 e9c623dda3..204596d0d6 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1236,7 +1236,7 @@ (define-public picolisp
 (define-public janet
   (package
     (name "janet")
-    (version "1.24.0")
+    (version "1.24.1")
     (source
      (origin
        (method git-fetch)
@@ -1245,7 +1245,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07kyjzbj5g197008n9qwpdnagylzlv8x4zbsf2d233mpskv3dixi"))))
+        (base32 "1zaf2z2x5mgfp2nwj3q6pmcj558mw1772a09xn8b8na0cahxlrmq"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-- 
2.37.2





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

* bug#57612: [PATCH] gnu: janet: Update to 1.24.1.
  2022-09-06 12:19 [bug#57612] [PATCH] gnu: janet: Update to 1.24.1 jgart via Guix-patches via
@ 2022-09-11 14:34 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-11 14:34 UTC (permalink / raw)
  To: jgart; +Cc: 57612-done


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

Applied, thanks!

Mathieu




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

end of thread, other threads:[~2022-09-11 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06 12:19 [bug#57612] [PATCH] gnu: janet: Update to 1.24.1 jgart via Guix-patches via
2022-09-11 14:34 ` bug#57612: " Mathieu Othacehe

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.