GNU bug report logs - #57612
[PATCH] gnu: janet: Update to 1.24.1.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 6 Sep 2022 12:21:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

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: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#57612: closed ([PATCH] gnu: janet: Update to 1.24.1.)
Date: Sun, 11 Sep 2022 14:35:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 11 Sep 2022 16:34:39 +0200
with message-id <871qsi0ykg.fsf <at> gnu.org>
and subject line Re: bug#57612: [PATCH] gnu: janet: Update to 1.24.1.
has caused the debbugs.gnu.org bug report #57612,
regarding [PATCH] gnu: janet: Update to 1.24.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
57612: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57612
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: janet: Update to 1.24.1.
Date: Tue,  6 Sep 2022 07:19:34 -0500
* gnu/packages/lisp.scm (janet): Update to 1.24.1.
---
 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 e9c623dda3..204596d0d6 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1236,7 +1236,7 @@ (define-public picolisp
 (define-public janet
   (package
     (name "janet")
-    (version "1.24.0")
+    (version "1.24.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 "07kyjzbj5g197008n9qwpdnagylzlv8x4zbsf2d233mpskv3dixi"))))
+        (base32 "1zaf2z2x5mgfp2nwj3q6pmcj558mw1772a09xn8b8na0cahxlrmq"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags
-- 
2.37.2



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: jgart <jgart <at> dismail.de>
Cc: 57612-done <at> debbugs.gnu.org
Subject: Re: bug#57612: [PATCH] gnu: janet: Update to 1.24.1.
Date: Sun, 11 Sep 2022 16:34:39 +0200
> * gnu/packages/lisp.scm (janet): Update to 1.24.1.

Applied, thanks!

Mathieu


This bug report was last modified 2 years and 250 days ago.

Previous Next


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