This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 380e6b3e6b gnu: janet: Update to 1.42.0.
380e6b3e6b is described below

commit 380e6b3e6b744f29f9a7e9b40a9b9c1be2aca4f2
Author: Nguyễn Gia Phong <[email protected]>
AuthorDate: Tue Sep 1 09:52:59 2026 +0900

    gnu: janet: Update to 1.42.0.
    
    * gnu/packages/lisp.scm (janet): Update to 1.42.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 9dc64a0f71..eae6288607 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -964,7 +964,7 @@ interface to the Tk widget system.")
 (define-public janet
   (package
     (name "janet")
-    (version "1.41.2")
+    (version "1.42.0")
     (source
      (origin
        (method git-fetch)
@@ -973,7 +973,7 @@ interface to the Tk widget system.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fxczvlml5j1nmlzksalpq1ympha30cpkmvi7hk2n9xwc5q63m5h"))))
+        (base32 "027p6rggnyv04hx2y1nj3i35q5a9fhw9b579zbd0762g0c8djz8y"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

Reply via email to