guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: fennel: Update to 1.5.0.


From: guix-commits
Subject: branch master updated: gnu: fennel: Update to 1.5.0.
Date: Mon, 15 Jul 2024 17:08:32 -0400

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

jgart pushed a commit to branch master
in repository guix.

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

commit b9b137e46f7e1abf3144cc76af3fd4739e7c23b2
Author: unwox <me@unwox.com>
AuthorDate: Mon Jul 15 21:40:13 2024 +0600

    gnu: fennel: Update to 1.5.0.
    
    * gnu/packages/lua.scm (fennel): Update to 1.5.0.
    
    Change-Id: I3b43b336bfd99eb031b2e78274337010a30016c0
    Signed-off-by: jgart <jgart@dismail.de>
---
 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 62415f58f0..1e583b59b3 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -1361,7 +1361,7 @@ enabled.")
 (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 @@ enabled.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1h1i87jx889n1wczw5jvqmkx0jmlrq83pjspyd9v27j360d9fcik"))))
+                "0d25v7swq3msxsdzv91wwxy89y3qgw4bvzq1px89qsjzbbd7ccg2"))))
     (build-system gnu-build-system)
     (arguments
      (list #:make-flags #~(list (string-append "PREFIX="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]