unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64946] [PATCH] gnu: janet: Update to 1.29.1.
@ 2023-07-30  8:27 Yovan Naumovski via Guix-patches via
  2023-08-02 12:54 ` bug#64946: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Yovan Naumovski via Guix-patches via @ 2023-07-30  8:27 UTC (permalink / raw)
  To: 64946; +Cc: Yovan Naumovski

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

diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 900daca53c..2f4fe6476d 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2021, 2022 jgart <jgart@dismail.de>
 ;;; Copyright © 2022 ( <paren@disroot.org>
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1240,7 +1241,7 @@ (define-public picolisp
 (define-public janet
   (package
     (name "janet")
-    (version "1.27.0")
+    (version "1.29.1")
     (source
      (origin
        (method git-fetch)
@@ -1249,7 +1250,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fd5z9xviwfv635wxil20qjjigb275p3ns9cvxhfx27ca8kkphsj"))))
+        (base32 "18684mxnb0jk63mkzi36zlmd8rjjv0msx3xxpmn67mhrnwz4x861"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-- 
2.40.1





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

* bug#64946: [PATCH] gnu: janet: Update to 1.29.1.
  2023-07-30  8:27 [bug#64946] [PATCH] gnu: janet: Update to 1.29.1 Yovan Naumovski via Guix-patches via
@ 2023-08-02 12:54 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2023-08-02 12:54 UTC (permalink / raw)
  To: Yovan Naumovski; +Cc: 64946-done

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

Patch applied as 84ea83e44f1db2d442462e712b71f7c6d1565681.
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:[~2023-08-02 12:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-30  8:27 [bug#64946] [PATCH] gnu: janet: Update to 1.29.1 Yovan Naumovski via Guix-patches via
2023-08-02 12:54 ` bug#64946: " Guillaume Le Vaillant

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).