guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: janet: Update to 1.27.0.


From: guix-commits
Subject: 05/08: gnu: janet: Update to 1.27.0.
Date: Thu, 6 Apr 2023 12:36:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 730655d56a9b35314758acb124f50b690a870336
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Sat Apr 1 17:01:10 2023 +0300

    gnu: janet: Update to 1.27.0.
    
    * gnu/packages/lisp.scm (janet): Update to 1.27.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 c5ff9c45c9..a8ee627d57 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1235,7 +1235,7 @@ including a built-in database engine and a GUI system.")
 (define-public janet
   (package
     (name "janet")
-    (version "1.26.0")
+    (version "1.27.0")
     (source
      (origin
        (method git-fetch)
@@ -1244,7 +1244,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 "1ghxchyxhcjs0vfzisafc27v05im4kya1jg827l4q2h92ras17x3"))))
+        (base32 "0fd5z9xviwfv635wxil20qjjigb275p3ns9cvxhfx27ca8kkphsj"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags



reply via email to

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