diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-16 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-01-16 01:00:01 +0100 |
commit | 38200e36528005641848cad8a9745d57ec5bdaa5 (patch) | |
tree | bd920ddf1e1390999c03a50cc85cb11d2c605464 /gnu/packages/lisp.scm | |
parent | 5d2ba70a78d42667bda73c85f618d89a902aef08 (diff) |
gnu: janet: Update to 1.19.2.
* gnu/packages/lisp.scm (janet): Update to 1.19.2.
Diffstat (limited to 'gnu/packages/lisp.scm')
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 80d7585387..abe2d67432 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -1156,7 +1156,7 @@ including a built-in database engine and a GUI system.") (define-public janet (package (name "janet") - (version "1.19.0") + (version "1.19.2") (source (origin (method git-fetch) @@ -1165,7 +1165,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 "1gpwhgnkwxjp95gs3i5dcdpsmv1pa7a299m8hccyy92jxd15pym6")))) + (base32 "0waj22rzxmc0yx1yr0pzw9lwp6my5abfpfi6vq932bmli8y9prpd")))) (build-system gnu-build-system) (arguments `(#:make-flags |