* [bug#64944] [PATCH] gnu: fennel: Update to 1.3.1.
@ 2023-07-30 7:39 Yovan Naumovski via Guix-patches via
2023-08-14 22:28 ` bug#64944: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Yovan Naumovski via Guix-patches via @ 2023-07-30 7:39 UTC (permalink / raw)
To: 64944; +Cc: Yovan Naumovski
* gnu/packages/lua.scm (fennel): Update to 1.3.1.
---
gnu/packages/lua.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 63a4bd5455..405f8511cb 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -1190,7 +1190,7 @@ (define-public emilua
(define-public fennel
(package
(name "fennel")
- (version "1.3.0")
+ (version "1.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1199,7 +1199,7 @@ (define-public fennel
(file-name (git-file-name name version))
(sha256
(base32
- "1g22y0bpw1ads6bmsr946fw1m5xxvlvb1hdym3f3k3fziislwwhd"))))
+ "12zm3rd0vvkqazv1cv5bhwk6igsj18im2qakqw7cf4a20rc9wpmx"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags #~(list (string-append "PREFIX="
--
2.40.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-08-14 22:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-30 7:39 [bug#64944] [PATCH] gnu: fennel: Update to 1.3.1 Yovan Naumovski via Guix-patches via
2023-08-14 22:28 ` bug#64944: " 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).