all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67285] [PATCH] gnu: janet: Update to 1.32.1.
@ 2023-11-19 17:44 Adriel Dumas--Jondeau via Guix-patches via
  2023-11-19 18:27 ` bug#67285: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Adriel Dumas--Jondeau via Guix-patches via @ 2023-11-19 17:44 UTC (permalink / raw)
  To: 67285; +Cc: Guillaume Le Vaillant, Katherine Cox-Buday, Munyoki Kilyungi,
	jgart

* gnu/packages/lisp.scm (janet): Update to 1.32.1.

Change-Id: I4c34bbdedf0e21ba9c605b71205b010118dcf0b4
---
 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 f26362c79f..8fccee94dc 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1247,7 +1247,7 @@ (define-public picolisp
 (define-public janet
   (package
     (name "janet")
-    (version "1.29.1")
+    (version "1.32.1")
     (source
      (origin
        (method git-fetch)
@@ -1256,7 +1256,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18684mxnb0jk63mkzi36zlmd8rjjv0msx3xxpmn67mhrnwz4x861"))))
+        (base32 "1nnqbpql6749597m0lp56i2zqm003pg690399l0g8kb9kwvpv1yv"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

base-commit: 761810d32a0550912b5bb36a0c9f60141bcb7d20
prerequisite-patch-id: cefc174692b72660bf5ed4c03442f33dbaf6e784
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67285: [PATCH] gnu: janet: Update to 1.32.1.
  2023-11-19 17:44 [bug#67285] [PATCH] gnu: janet: Update to 1.32.1 Adriel Dumas--Jondeau via Guix-patches via
@ 2023-11-19 18:27 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-11-19 18:27 UTC (permalink / raw)
  To: Adriel Dumas--Jondeau, 67285-done
  Cc: Guillaume Le Vaillant, Munyoki Kilyungi, Katherine Cox-Buday

Hi,

Applied, thanks!

all best,

jgart




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-19 18:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-19 17:44 [bug#67285] [PATCH] gnu: janet: Update to 1.32.1 Adriel Dumas--Jondeau via Guix-patches via
2023-11-19 18:27 ` bug#67285: " jgart via Guix-patches via

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.