all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68944] [PATCH] gnu: janet: Update to 1.33.0
@ 2024-02-05 16:45 unwox via Guix-patches via
  2024-02-07 17:36 ` bug#68944: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: unwox via Guix-patches via @ 2024-02-05 16:45 UTC (permalink / raw)
  To: 68944
  Cc: unwox, Guillaume Le Vaillant, Katherine Cox-Buday,
	Munyoki Kilyungi, Sharlatan Hellseher, jgart

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

Change-Id: Ic5dd8b0c7042fe965c940d291331803f7f28e3f2
---
 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 29d5ddebdc..c58e56b7a7 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1242,7 +1242,7 @@ (define-public picolisp
 (define-public janet
   (package
     (name "janet")
-    (version "1.32.1")
+    (version "1.33.0")
     (source
      (origin
        (method git-fetch)
@@ -1251,7 +1251,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nnqbpql6749597m0lp56i2zqm003pg690399l0g8kb9kwvpv1yv"))))
+        (base32 "16wgljca7hp29fz5p2dnvy2cbscjx4imf85rhjwc1jkgdjswjxli"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

base-commit: 317d9840d371469daa23d13ac7c62477ed347b54
-- 
2.41.0





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

* bug#68944: [PATCH] gnu: janet: Update to 1.33.0
  2024-02-05 16:45 [bug#68944] [PATCH] gnu: janet: Update to 1.33.0 unwox via Guix-patches via
@ 2024-02-07 17:36 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-02-07 17:36 UTC (permalink / raw)
  To: unwox; +Cc: 68944-done

[-- Attachment #1: Type: text/plain, Size: 67 bytes --]

Patch applied as 5d2302a1959d09e6d5a5f02ac199458095847a82.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

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

end of thread, other threads:[~2024-02-07 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-05 16:45 [bug#68944] [PATCH] gnu: janet: Update to 1.33.0 unwox via Guix-patches via
2024-02-07 17:36 ` bug#68944: " 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.