me
/
guix
Archived
1
0
Fork 0

gnu: lua-filesystem: Update to 1.7.0.2.

* gnu/packages/lua.scm (lua-filesystem): Update to 1.7.0.2.
master
Efraim Flashner 2020-01-06 14:44:27 +02:00
parent 5545abecd2
commit 3095616bbf
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

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