* [bug#62058] [PATCH] gnu: fennel: Update to 1.3.0.
@ 2023-03-08 19:42 Yovan Naumovski via Guix-patches via
2023-03-08 20:49 ` Yovan Naumovski via Guix-patches via
0 siblings, 1 reply; 3+ messages in thread
From: Yovan Naumovski via Guix-patches via @ 2023-03-08 19:42 UTC (permalink / raw)
To: 62058
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#62058] [PATCH] gnu: fennel: Update to 1.3.0.
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
2023-03-21 17:58 ` bug#62058: " Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Yovan Naumovski via Guix-patches via @ 2023-03-08 20:49 UTC (permalink / raw)
To: 62058; +Cc: Yovan Naumovski
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#62058: [PATCH] gnu: fennel: Update to 1.3.0.
2023-03-08 20:49 ` Yovan Naumovski via Guix-patches via
@ 2023-03-21 17:58 ` Ludovic Courtès
0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2023-03-21 17:58 UTC (permalink / raw)
To: Yovan Naumovski; +Cc: 62058-done
Hi,
Yovan Naumovski <yovan@gorski.stream> skribis:
> My email client caused some formatting issues with the previous patch, please ignore it.
>
> * gnu/packages/lua.scm (fennel): Update to 1.3.0.
Applied, thanks!
Ludo’.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-03-21 17:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2023-03-21 17:58 ` bug#62058: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).