[PATCH] gnu: janet: Update to 1.37.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ashish SHUKLA
  • jgart
Owner
unassigned
Submitted by
Ashish SHUKLA
Severity
normal

Debbugs page

A
A
Ashish SHUKLA wrote 6 days ago
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
1d84241990e7a1d7d42f4416451907978b6f4a92.1736031716.git.ashish.is@lostca.se
* 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(-)

Toggle diff (35 lines)
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@gmail.com>
;;; Copyright © 2024 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2024 bigbug <bigbookofbug@proton.me>
-;;; Copyright © 2024 Ashish SHUKLA <ashish.is@lostca.se>
+;;; Copyright © 2024, 2025 Ashish SHUKLA <ashish.is@lostca.se>
;;; Copyright © 2024 David Pflug <david@pflug.io>
;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@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
J
J
jgart wrote 5 days ago
(address . 75367@debbugs.gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
87v7usr8cq.fsf@dismail.de
Hi, this patch no longer applies.

Can you send an updated patch rebase on the latest master branch?

Thanks!
--
all the best,
jgart
J
J
jgart wrote 5 days ago
(address . 75367-done@debbugs.gnu.org)
87sepwr7kf.fsf@dismail.de
Applied. Thanks!

--
all the best,
jgart
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75367@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75367
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch