[PATCH] gnu: fennel: Update to 1.5.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • unwox
Owner
unassigned
Submitted by
unwox
Severity
normal
U
(address . guix-patches@gnu.org)(name . unwox)(address . me@unwox.com)
1bf4f26b30b2e04c27f26b6cc02880e40c094254.1721058013.git.me@unwox.com
* gnu/packages/lua.scm (fennel): Update to 1.5.0.

Change-Id: I3b43b336bfd99eb031b2e78274337010a30016c0
---
gnu/packages/lua.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 62415f58f0..1e583b59b3 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -1361,7 +1361,7 @@ (define-public emilua
(define-public fennel
(package
(name "fennel")
- (version "1.4.2")
+ (version "1.5.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1370,7 +1370,7 @@ (define-public fennel
(file-name (git-file-name name version))
(sha256
(base32
- "1h1i87jx889n1wczw5jvqmkx0jmlrq83pjspyd9v27j360d9fcik"))))
+ "0d25v7swq3msxsdzv91wwxy89y3qgw4bvzq1px89qsjzbbd7ccg2"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags #~(list (string-append "PREFIX="

base-commit: 3689faac5c10249f052c979b527cba26054170d8
--
2.45.2
J
(address . 72124-done@debbugs.gnu.org)(name . unwox)(address . me@unwox.com)
874j8qe519.fsf@dismail.de
hi unwox,

thanks for your contribution!

i applied it and pushed to master
--
all the best,
jgart
Closed
?
Your comment

This issue is archived.

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

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