guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: fnlfmt: Update to 0.3.0.


From: guix-commits
Subject: 06/12: gnu: fnlfmt: Update to 0.3.0.
Date: Tue, 21 Mar 2023 14:15:24 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4fbae445f7e3f95d90c11dd505383f276ad60fae
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Mar 21 18:59:09 2023 +0100

    gnu: fnlfmt: Update to 0.3.0.
    
    * gnu/packages/lua.scm (fnlfmt): Update to 0.3.0.
---
 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 2c5347a228..63a4bd5455 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -1229,7 +1229,7 @@ system.")
 (define-public fnlfmt
   (package
     (name "fnlfmt")
-    (version "0.2.2")
+    (version "0.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1238,7 +1238,7 @@ system.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1rv0amqhy5ypi3pvxfaadn3k1cy4mjlc49wdzl2psz3i11w9gr36"))
+                "06gzw7f20yw4192kymr4karxw3ia3apjnjqpm6vxph87c67d1fa3"))
               (modules '((guix build utils)))
               (snippet
                #~(begin



reply via email to

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