diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2020-01-06 14:44:27 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2020-01-06 14:44:27 +0200 |
| commit | 3095616bbf46e334189394e751a967a7527f083e (patch) | |
| tree | fae351423851b3fb3b631a19ad6ccc22896214b0 /gnu/packages/lua.scm | |
| parent | 5545abecd252e36f7cd11fe60831db26b2081916 (diff) | |
gnu: lua-filesystem: Update to 1.7.0.2.
* gnu/packages/lua.scm (lua-filesystem): Update to 1.7.0.2.
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index ac4fa96e651..c62f4d40923 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm | |||
| @@ -248,18 +248,18 @@ handy.") | |||
| 248 | (define (make-lua-filesystem name lua) | 248 | (define (make-lua-filesystem name lua) |
| 249 | (package | 249 | (package |
| 250 | (name name) | 250 | (name name) |
| 251 | (version "1.6.3") | 251 | (version "1.7.0.2") |
| 252 | (source (origin | 252 | (source (origin |
| 253 | (method git-fetch) | 253 | (method git-fetch) |
| 254 | (uri (git-reference | 254 | (uri (git-reference |
| 255 | (url "https://github.com/keplerproject/luafilesystem") | 255 | (url "https://github.com/keplerproject/luafilesystem") |
| 256 | (commit (string-append "v_" | 256 | (commit (string-append "v" |
| 257 | (string-join | 257 | (string-join |
| 258 | (string-split version #\.) "_"))))) | 258 | (string-split version #\.) "_"))))) |
| 259 | (file-name (git-file-name name version)) | 259 | (file-name (git-file-name name version)) |
| 260 | (sha256 | 260 | (sha256 |
| 261 | (base32 | 261 | (base32 |
| 262 | "1hxcnqj53540ysyw8fzax7f09pl98b8f55s712gsglcdxp2g2pri")))) | 262 | "0zmprgkm9zawdf9wnw0v3w6ibaj442wlc6alp39hmw610fl4vghi")))) |
| 263 | (build-system gnu-build-system) | 263 | (build-system gnu-build-system) |
| 264 | (arguments | 264 | (arguments |
| 265 | `(#:make-flags | 265 | `(#:make-flags |
