GNU bug report logs - #64946
[PATCH] gnu: janet: Update to 1.29.1.

Previous Next

Package: guix-patches;

Reported by: Yovan Naumovski <yovan <at> gorski.stream>

Date: Sun, 30 Jul 2023 08:28:02 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Yovan Naumovski <yovan <at> gorski.stream>
Subject: bug#64946: closed (Re: [bug#64946] [PATCH] gnu: janet: Update to
 1.29.1.)
Date: Wed, 02 Aug 2023 12:55:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#64946: [PATCH] gnu: janet: Update to 1.29.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 64946 <at> debbugs.gnu.org.

-- 
64946: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64946
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Yovan Naumovski <yovan <at> gorski.stream>
Cc: 64946-done <at> debbugs.gnu.org
Subject: Re: [bug#64946] [PATCH] gnu: janet: Update to 1.29.1.
Date: Wed, 02 Aug 2023 12:54:11 +0000
[Message part 3 (text/plain, inline)]
Patch applied as 84ea83e44f1db2d442462e712b71f7c6d1565681.
Thanks.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Yovan Naumovski <yovan <at> gorski.stream>
To: guix-patches <at> gnu.org
Cc: Yovan Naumovski <yovan <at> gorski.stream>
Subject: [PATCH] gnu: janet: Update to 1.29.1.
Date: Sun, 30 Jul 2023 11:27:25 +0300
* 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 <at> dismail.de>
 ;;; Copyright © 2022 ( <paren <at> disroot.org>
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2023 Yovan Naumovski <yovan <at> 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




This bug report was last modified 1 year and 295 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.