GNU bug report logs -
#57612
[PATCH] gnu: janet: Update to 1.24.1.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Tue, 6 Sep 2022 12:21:01 UTC
Severity: normal
Tags: patch
Done: Mathieu Othacehe <othacehe <at> gnu.org>
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.24.1.
---
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 e9c623dda3..204596d0d6 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1236,7 +1236,7 @@ (define-public picolisp
(define-public janet
(package
(name "janet")
- (version "1.24.0")
+ (version "1.24.1")
(source
(origin
(method git-fetch)
@@ -1245,7 +1245,7 @@ (define-public janet
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "07kyjzbj5g197008n9qwpdnagylzlv8x4zbsf2d233mpskv3dixi"))))
+ (base32 "1zaf2z2x5mgfp2nwj3q6pmcj558mw1772a09xn8b8na0cahxlrmq"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
--
2.37.2
This bug report was last modified 2 years and 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.