[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: janet: Update to 1.27.0.
From: |
guix-commits |
Subject: |
05/08: gnu: janet: Update to 1.27.0. |
Date: |
Thu, 6 Apr 2023 12:36:32 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 730655d56a9b35314758acb124f50b690a870336
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 c5ff9c45c9..a8ee627d57 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1235,7 +1235,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)
@@ -1244,7 +1244,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
- branch master updated (155db42699 -> 47fe66586e), guix-commits, 2023/04/06
- 02/08: gnu: Add avfs., guix-commits, 2023/04/06
- 03/08: gnu: tcsh: Fix riscv64 cross-compilation., guix-commits, 2023/04/06
- 01/08: gnu: pounce: Update to 3.1., guix-commits, 2023/04/06
- 05/08: gnu: janet: Update to 1.27.0.,
guix-commits <=
- 06/08: gnu: rizin: Update to 0.5.2., guix-commits, 2023/04/06
- 08/08: news: Add entry for 'guix shell --container --nesting'., guix-commits, 2023/04/06
- 07/08: environment: Add '--nesting'., guix-commits, 2023/04/06
- 04/08: gnu: libexif: Update to 0.6.24. [fixes CVE-2020-0198, CVE-2020-0452], guix-commits, 2023/04/06