guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: lua-filesystem: Update to 1.7.0.2.


From: guix-commits
Subject: 05/07: gnu: lua-filesystem: Update to 1.7.0.2.
Date: Mon, 6 Jan 2020 08:04:48 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3095616bbf46e334189394e751a967a7527f083e
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Jan 6 14:44:27 2020 +0200

    gnu: lua-filesystem: Update to 1.7.0.2.
    
    * gnu/packages/lua.scm (lua-filesystem): Update to 1.7.0.2.
---
 gnu/packages/lua.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index ac4fa96..c62f4d4 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -248,18 +248,18 @@ handy.")
 (define (make-lua-filesystem name lua)
   (package
     (name name)
-    (version "1.6.3")
+    (version "1.7.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                      (url "https://github.com/keplerproject/luafilesystem";)
-                     (commit (string-append "v_"
+                     (commit (string-append "v"
                                             (string-join
                                               (string-split version #\.) 
"_")))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hxcnqj53540ysyw8fzax7f09pl98b8f55s712gsglcdxp2g2pri"))))
+                "0zmprgkm9zawdf9wnw0v3w6ibaj442wlc6alp39hmw610fl4vghi"))))
     (build-system gnu-build-system)
     (arguments
      `(#:make-flags



reply via email to

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