* [bug#73224] [PATCH] gnu: janet: Update to 1.36.0.
@ 2024-09-13 10:18 Adriel Dumas--Jondeau via Guix-patches via
2024-09-18 12:39 ` bug#73224: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Adriel Dumas--Jondeau via Guix-patches via @ 2024-09-13 10:18 UTC (permalink / raw)
To: 73224
Cc: Guillaume Le Vaillant, Katherine Cox-Buday, Munyoki Kilyungi,
Sharlatan Hellseher, jgart
* gnu/packages/lisp.scm (janet): Update to 1.36.0.
Change-Id: I7a376679f36137f91d558ccfdf83e65f979d8d41
---
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 5d4399f145..6c16d8ab71 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -885,7 +885,7 @@ (define-public gcl
(define-public janet
(package
(name "janet")
- (version "1.35.2")
+ (version "1.36.0")
(source
(origin
(method git-fetch)
@@ -894,7 +894,7 @@ (define-public janet
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0kgya9zv8xq6mbrkpllm29zfxkr626ip83ivqkgqfcs5a33b39wa"))))
+ (base32 "1jy4ib6jjxngn6vcy45y5dl24q0lrgl4j6rsx8y4gaih2i4sq1ll"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags
base-commit: b6d5a7f5836739dab884b49a64ca354794dd845f
prerequisite-patch-id: 21c9b22cf88720a3866c89eff457a620d4f46a49
--
2.46.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-18 12:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-13 10:18 [bug#73224] [PATCH] gnu: janet: Update to 1.36.0 Adriel Dumas--Jondeau via Guix-patches via
2024-09-18 12:39 ` bug#73224: " Guillaume Le Vaillant
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.