GNU bug report logs - #75367
[PATCH] gnu: janet: Update to 1.37.1.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Sat, 4 Jan 2025 23:03:01 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

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: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: bug#75367: closed (Re: [PATCH] gnu: janet: Update to 1.37.1.)
Date: Mon, 06 Jan 2025 02:38:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75367: [PATCH] gnu: janet: Update to 1.37.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 75367 <at> debbugs.gnu.org.

-- 
75367: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75367
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: 75367-done <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>, Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: Re: [PATCH] gnu: janet: Update to 1.37.1.
Date: Sun, 05 Jan 2025 20:37:36 -0600
Applied. Thanks!

-- 
all the best,
jgart

[Message part 3 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: janet: Update to 1.37.1.
Date: Sat,  4 Jan 2025 23:01:56 +0000
* gnu/packages/lisp.scm (janet): Update to 1.37.1.

Change-Id: Idaa8b2e6ed135f8969f72751ce248e27088f00f2
---
 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 9cc630eec2..29dfca70d0 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -28,7 +28,7 @@
 ;;; Copyright © 2023 Andrew Kravchuk <awkravchuk <at> gmail.com>
 ;;; Copyright © 2024 Andreas Enge <andreas <at> enge.fr>
 ;;; Copyright © 2024 bigbug <bigbookofbug <at> proton.me>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;; Copyright © 2024 David Pflug <david <at> pflug.io>
 ;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke <at> gnu.org>
 ;;;
@@ -887,7 +887,7 @@ (define-public gcl
 (define-public janet
   (package
     (name "janet")
-    (version "1.36.0")
+    (version "1.37.1")
     (source
      (origin
        (method git-fetch)
@@ -896,7 +896,7 @@ (define-public janet
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1jy4ib6jjxngn6vcy45y5dl24q0lrgl4j6rsx8y4gaih2i4sq1ll"))))
+        (base32 "06ym80siwvlg3fmha01vsaqilcd7fjx8wq61zql906yjiljq22rb"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags

base-commit: b8858d8b1344525d0d7ac78d8fb9dc1a577b85d3
-- 
2.47.1




This bug report was last modified 135 days ago.

Previous Next


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