[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: janet: Update to 1.20.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: janet: Update to 1.20.0. |
Date: |
Sun, 13 Mar 2022 04:31:06 -0400 |
This is an automated email from the git hooks/post-receive script.
raghavgururajan pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1a36fb51a8 gnu: janet: Update to 1.20.0.
1a36fb51a8 is described below
commit 1a36fb51a84fadf578151c614da9c9e420bbdff2
Author: jgart <jgart@dismail.de>
AuthorDate: Sat Mar 12 18:00:47 2022 -0500
gnu: janet: Update to 1.20.0.
* gnu/packages/lisp.scm (janet): Update to 1.20.0.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
---
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 01d71086a5..3661042002 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1152,7 +1152,7 @@ including a built-in database engine and a GUI system.")
(define-public janet
(package
(name "janet")
- (version "1.19.2")
+ (version "1.20.0")
(source
(origin
(method git-fetch)
@@ -1161,7 +1161,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 "0waj22rzxmc0yx1yr0pzw9lwp6my5abfpfi6vq932bmli8y9prpd"))))
+ (base32 "0983jp22nnfpsc77nhsjgp7zp7m2n47pxg9nagwfhhff6rlqw9wq"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: janet: Update to 1.20.0.,
guix-commits <=