[PATCH] gnu: fennel: Update to 1.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Yovan Naumovski
Owner
unassigned
Submitted by
Yovan Naumovski
Severity
normal
Y
Y
Yovan Naumovski wrote on 8 Mar 2023 20:42
(address . guix-patches@gnu.org)
ece4eac4-3a1d-6ec2-0a08-a9dfae4062a4@gorski.stream
* gnu/packages/lua.scm (fennel): Update to 1.3.0.
---
gnu/packages/lua.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (33 lines)
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
Y
Y
Yovan Naumovski wrote on 8 Mar 2023 21:49
(address . 62058@debbugs.gnu.org)(name . Yovan Naumovski)(address . yovan@gorski.stream)
20230308204909.26722-1-yovan@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(-)

Toggle diff (32 lines)
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
L
L
Ludovic Courtès wrote on 21 Mar 2023 18:58
(name . Yovan Naumovski)(address . yovan@gorski.stream)(address . 62058-done@debbugs.gnu.org)
87r0tidm07.fsf_-_@gnu.org
Hi,

Yovan Naumovski <yovan@gorski.stream> skribis:

Toggle quote (4 lines)
> 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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 62058@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 62058
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