all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61311] [PATCH] gnu: janet: Update to 1.26.0.
@ 2023-02-06  5:11 jgart via Guix-patches via
  2023-02-07  8:18 ` bug#61311: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2023-02-06  5:11 UTC (permalink / raw)
  To: 61311; +Cc: jgart

* gnu/packages/lisp.scm (janet): Update to 1.26.0.
---
 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 f1c61d378f..412139c773 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1266,7 +1266,7 @@ (define-public lfe
 (define-public janet
   (package
     (name "janet")
-    (version "1.25.1")
+    (version "1.26.0")
     (source
      (origin
        (method git-fetch)
@@ -1275,7 +1275,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0d601imsndkmjyanja6pqp234fwmn9jxzpcbigwpra969x4a4qjd"))))
+        (base32 "1ghxchyxhcjs0vfzisafc27v05im4kya1jg827l4q2h92ras17x3"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-- 
2.39.1





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

* bug#61311: [PATCH] gnu: janet: Update to 1.26.0.
  2023-02-06  5:11 [bug#61311] [PATCH] gnu: janet: Update to 1.26.0 jgart via Guix-patches via
@ 2023-02-07  8:18 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-07  8:18 UTC (permalink / raw)
  To: jgart; +Cc: 61311-done, guix-patches

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


jgart via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/lisp.scm (janet): Update to 1.26.0.
> ---
>  gnu/packages/lisp.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks! I've pushed this to master as
76a3929add520b855286b67d316e4fcb16b129ca.

Chris

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

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

end of thread, other threads:[~2023-02-07  8:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-06  5:11 [bug#61311] [PATCH] gnu: janet: Update to 1.26.0 jgart via Guix-patches via
2023-02-07  8:18 ` bug#61311: " Christopher Baines

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.