guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fb04a2e33e2a85fb4c3e40d3732486155b5bd672
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sun Dec 7 22:12:03 2025 +0100

    gnu: fennel: Update to 1.6.0.
    
    * gnu/packages/lua.scm (fennel): Update to 1.6.0.
    
    Change-Id: I7b07dc4c1af632b02d9089bb827f0482cf4ac295
    Signed-off-by: jgart <[email protected]>
---
 gnu/packages/lua.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 709679f3fe..a9ff958dd8 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -24,6 +24,7 @@
 ;;; Copyright © 2024 Jan Wielkiewicz <[email protected]>
 ;;; Copyright © 2024 Maxim Cournoyer <[email protected]>
 ;;; Copyright © 2025 Zheng Junjie <[email protected]>
+;;; Copyright © 2025 Ashish SHUKLA <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1312,7 +1313,7 @@ multiple local rocks trees.")
 (define-public fennel
   (package
     (name "fennel")
-    (version "1.5.1")
+    (version "1.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1321,7 +1322,7 @@ multiple local rocks trees.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "09m7v62qw058llfrfqja14yx8ngjzrfx10hf2h1cc5zz0nbw89bj"))))
+                "09gky2w8z83qqv0n9vx8jqsfldni14kjr6l7y5k44lq5i30i0fsv"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags #~(list (string-append "PREFIX="

Reply via email to