guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: janet: Update to 1.29.1.


From: guix-commits
Subject: 01/02: gnu: janet: Update to 1.29.1.
Date: Wed, 2 Aug 2023 08:53:16 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit 84ea83e44f1db2d442462e712b71f7c6d1565681
Author: Yovan Naumovski <yovan@gorski.stream>
AuthorDate: Sun Jul 30 11:27:25 2023 +0300

    gnu: janet: Update to 1.29.1.
    
    * gnu/packages/lisp.scm (janet): Update to 1.29.1.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
---
 gnu/packages/lisp.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 900daca53c..2f4fe6476d 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2021, 2022 jgart <jgart@dismail.de>
 ;;; Copyright © 2022 ( <paren@disroot.org>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1240,7 +1241,7 @@ including a built-in database engine and a GUI system.")
 (define-public janet
   (package
     (name "janet")
-    (version "1.27.0")
+    (version "1.29.1")
     (source
      (origin
        (method git-fetch)
@@ -1249,7 +1250,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 "0fd5z9xviwfv635wxil20qjjigb275p3ns9cvxhfx27ca8kkphsj"))))
+        (base32 "18684mxnb0jk63mkzi36zlmd8rjjv0msx3xxpmn67mhrnwz4x861"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags



reply via email to

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