This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fe2159b931 gnu: fennel-ls: Update to 0.2.4.
fe2159b931 is described below

commit fe2159b931e917c304531ea7615b609a561609df
Author: jgart <[email protected]>
AuthorDate: Sun Jul 26 12:29:47 2026 +0100

    gnu: fennel-ls: Update to 0.2.4.
    
    * gnu/packages/lua.scm (fennel-ls): Update to 0.2.4.
    
    Change-Id: I1d4216c241b91d901904066a4c3518b1ccc20b7a
---
 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 01c52509b3..e6084b2bc4 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -2120,7 +2120,7 @@ way, following established lisp conventions.")
 (define-public fennel-ls
   (package
     (name "fennel-ls")
-    (version "0.2.3")
+    (version "0.2.4")
     (source
      (origin
        (method git-fetch)
@@ -2129,7 +2129,7 @@ way, following established lisp conventions.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fyyd6yg8xrb572hvk76yi9ga1ysrn6j40phf8ickav3s28i4k85"))))
+        (base32 "1bi7dr0svnfldkl98fs1w5dd2ms1f8km5rg5ch8brl65z4pk12a4"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to