* [bug#51248] [PATCH] gnu: janet: Upgrade to 1.18.1.
@ 2021-10-17 9:09 jgart via Guix-patches via
2021-10-17 18:15 ` bug#51248: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2021-10-17 9:09 UTC (permalink / raw)
To: 51248; +Cc: jgart
* gnu/packages/lisp.scm (janet): Upgrade to 1.18.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 6e1b9c0244..76d6ecdc42 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1156,7 +1156,7 @@ (define-public picolisp
(define-public janet
(package
(name "janet")
- (version "1.18.0")
+ (version "1.18.1")
(source
(origin
(method git-fetch)
@@ -1165,7 +1165,7 @@ (define-public janet
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1wd6b6dmcn6snw79vn5b74ff5mk97mdagav7vnxklqzlqislg9qq"))))
+ (base32 "07k92ip4vmqpzbz32spkpy2rz7pxfsdyl77sy9fylqmc6vg32hr8"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-17 18:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-17 9:09 [bug#51248] [PATCH] gnu: janet: Upgrade to 1.18.1 jgart via Guix-patches via
2021-10-17 18:15 ` bug#51248: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.