guix-commits
[Top][All Lists]
Advanced

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

127/244: gnu: janet: Update to 1.27.0.


From: guix-commits
Subject: 127/244: gnu: janet: Update to 1.27.0.
Date: Wed, 12 Apr 2023 08:48:49 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 7a31cdae7c0d9938775d78a7876fc2459cb1b3c2
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 30b7a46564..4af6626024 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1228,7 +1228,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)
@@ -1237,7 +1237,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]