guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: janet: Update to 1.23.0.


From: guix-commits
Subject: 02/02: gnu: janet: Update to 1.23.0.
Date: Thu, 23 Jun 2022 20:36:36 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 3055af4c453f67995e745f3acb5a4b8db10f78eb
Author: jgart <jgart@dismail.de>
AuthorDate: Wed Jun 15 22:42:08 2022 -0500

    gnu: janet: Update to 1.23.0.
    
    * gnu/packages/lisp.scm (janet): Update to 1.23.0.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 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 c26da670ac..3c43f8fa4c 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1165,7 +1165,7 @@ including a built-in database engine and a GUI system.")
 (define-public janet
   (package
     (name "janet")
-    (version "1.21.1")
+    (version "1.23.0")
     (source
      (origin
        (method git-fetch)
@@ -1174,7 +1174,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 "1c8lrwg518182rnz47mahv5r9jd3haj6ysigk0bkv8lpb0d2b760"))))
+        (base32 "1qfahq1203kv5jxd0im7nxm3yy1p9k1wc0pk34b5h2sfships1hm"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags



reply via email to

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