all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

* bug#64944: [PATCH] gnu: fennel: Update to 1.3.1.
  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 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-08-14 22:28 UTC (permalink / raw)
  To: Yovan Naumovski; +Cc: 64944-done

Hi,

Yovan Naumovski <yovan@gorski.stream> skribis:

> * gnu/packages/lua.scm (fennel): Update to 1.3.1.

Applied, thanks!

Ludo’.




^ permalink raw reply	[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 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.