guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/06: gnu: janet: Update to 1.26.0.


From: guix-commits
Subject: 05/06: gnu: janet: Update to 1.26.0.
Date: Tue, 7 Feb 2023 03:15:17 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 76a3929add520b855286b67d316e4fcb16b129ca
Author: jgart <jgart@dismail.de>
AuthorDate: Sun Feb 5 23:11:02 2023 -0600

    gnu: janet: Update to 1.26.0.
    
    * gnu/packages/lisp.scm (janet): Update to 1.26.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 2afeb30a55..e63511fd9a 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1231,7 +1231,7 @@ including a built-in database engine and a GUI system.")
 (define-public janet
   (package
     (name "janet")
-    (version "1.25.1")
+    (version "1.26.0")
     (source
      (origin
        (method git-fetch)
@@ -1240,7 +1240,7 @@ including a built-in database engine and a GUI system.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0d601imsndkmjyanja6pqp234fwmn9jxzpcbigwpra969x4a4qjd"))))
+        (base32 "1ghxchyxhcjs0vfzisafc27v05im4kya1jg827l4q2h92ras17x3"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]