From: Ashish SHUKLA via Guix-patches via <guix-patches@gnu.org>
To: 75367@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>,
Guillaume Le Vaillant <glv@posteo.net>,
Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
Munyoki Kilyungi <me@bonfacemunyoki.com>,
Sharlatan Hellseher <sharlatanus@gmail.com>,
jgart <jgart@dismail.de>
Subject: [bug#75367] [PATCH] gnu: janet: Update to 1.37.1.
Date: Sat, 4 Jan 2025 23:01:56 +0000 [thread overview]
Message-ID: <1d84241990e7a1d7d42f4416451907978b6f4a92.1736031716.git.ashish.is@lostca.se> (raw)
* 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@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
next reply other threads:[~2025-01-04 23:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-04 23:01 Ashish SHUKLA via Guix-patches via [this message]
2025-01-06 2:20 ` [bug#75367] [PATCH] gnu: janet: Update to 1.37.1 jgart via Guix-patches via
2025-01-06 2:37 ` bug#75367: " jgart via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1d84241990e7a1d7d42f4416451907978b6f4a92.1736031716.git.ashish.is@lostca.se \
--to=guix-patches@gnu.org \
--cc=75367@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
--cc=cox.katherine.e+guix@gmail.com \
--cc=glv@posteo.net \
--cc=jgart@dismail.de \
--cc=me@bonfacemunyoki.com \
--cc=sharlatanus@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.