From: Yovan Naumovski via Guix-patches via <guix-patches@gnu.org>
To: 62058@debbugs.gnu.org
Cc: Yovan Naumovski <yovan@gorski.stream>
Subject: [bug#62058] [PATCH] gnu: fennel: Update to 1.3.0.
Date: Wed, 8 Mar 2023 22:49:09 +0200 [thread overview]
Message-ID: <20230308204909.26722-1-yovan@gorski.stream> (raw)
In-Reply-To: <ece4eac4-3a1d-6ec2-0a08-a9dfae4062a4@gorski.stream>
My email client caused some formatting issues with the previous patch, please ignore it.
* gnu/packages/lua.scm (fennel): Update to 1.3.0.
---
gnu/packages/lua.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index d50890bf1e..2c5347a228 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -18,6 +18,7 @@
;;; Copyright © 2022 Brandon Lucas <br@ndon.dk>
;;; Copyright © 2022 Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com>
;;; Copyright © 2022 Leo Nikkilä <hello@lnikki.la>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1189,7 +1190,7 @@ (define-public emilua
(define-public fennel
(package
(name "fennel")
- (version "1.2.0")
+ (version "1.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1198,7 +1199,7 @@ (define-public fennel
(file-name (git-file-name name version))
(sha256
(base32
- "0klqxhgc9s6rm2xbn2fyzw9nzdas65g84js7s69by0gv2jzalyad"))))
+ "1g22y0bpw1ads6bmsr946fw1m5xxvlvb1hdym3f3k3fziislwwhd"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags #~(list (string-append "PREFIX="
--
2.39.1
next prev parent reply other threads:[~2023-03-08 20:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-08 19:42 [bug#62058] [PATCH] gnu: fennel: Update to 1.3.0 Yovan Naumovski via Guix-patches via
2023-03-08 20:49 ` Yovan Naumovski via Guix-patches via [this message]
2023-03-21 17:58 ` bug#62058: " Ludovic Courtès
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=20230308204909.26722-1-yovan@gorski.stream \
--to=guix-patches@gnu.org \
--cc=62058@debbugs.gnu.org \
--cc=yovan@gorski.stream \
/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.