unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58896] [PATCH] gnu: janet: Update to 1.25.1.
@ 2022-10-30 15:54 jgart via Guix-patches via
  2022-11-03 16:43 ` bug#58896: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-10-30 15:54 UTC (permalink / raw)
  To: 58896; +Cc: jgart

* gnu/packages/lisp.scm (janet): Update to 1.25.1.
---
 gnu/packages/lisp.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index e21b60ec75..4899943ba8 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -20,8 +20,8 @@
 ;;; Copyright © 2021 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2021 Paul A. Patience <paul@apatience.com>
 ;;; Copyright © 2021 Charles Jackson <charles.b.jackson@protonmail.com>
-;;; Copyright © 2021 jgart <jgart@dismail.de>
 ;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net>
+;;; Copyright © 2021, 2022 jgart <jgart@dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1236,7 +1236,7 @@ (define-public picolisp
 (define-public janet
   (package
     (name "janet")
-    (version "1.24.1")
+    (version "1.25.1")
     (source
      (origin
        (method git-fetch)
@@ -1245,7 +1245,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zaf2z2x5mgfp2nwj3q6pmcj558mw1772a09xn8b8na0cahxlrmq"))))
+        (base32 "0d601imsndkmjyanja6pqp234fwmn9jxzpcbigwpra969x4a4qjd"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-- 
2.38.1





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

* bug#58896: [PATCH] gnu: janet: Update to 1.25.1.
  2022-10-30 15:54 [bug#58896] [PATCH] gnu: janet: Update to 1.25.1 jgart via Guix-patches via
@ 2022-11-03 16:43 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-11-03 16:43 UTC (permalink / raw)
  To: jgart; +Cc: 58896-done, guix-patches

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


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

> * gnu/packages/lisp.scm (janet): Update to 1.25.1.
> ---
>  gnu/packages/lisp.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Looks good to me :) Pushed to master as
d2cd7a4421d0f5e57ad7c12db0bfdde0e80247d1.

Thanks,

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:[~2022-11-03 16:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-30 15:54 [bug#58896] [PATCH] gnu: janet: Update to 1.25.1 jgart via Guix-patches via
2022-11-03 16:43 ` bug#58896: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).