GNU bug report logs -
#64946
[PATCH] gnu: janet: Update to 1.29.1.
Previous Next
Reported by: Yovan Naumovski <yovan <at> gorski.stream>
Date: Sun, 30 Jul 2023 08:28:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/lisp.scm (janet): Update to 1.29.1.
---
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 <at> dismail.de>
;;; Copyright © 2022 ( <paren <at> disroot.org>
;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2023 Yovan Naumovski <yovan <at> gorski.stream>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1240,7 +1241,7 @@ (define-public picolisp
(define-public janet
(package
(name "janet")
- (version "1.27.0")
+ (version "1.29.1")
(source
(origin
(method git-fetch)
@@ -1249,7 +1250,7 @@ (define-public janet
(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
--
2.40.1
This bug report was last modified 1 year and 294 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.