gnu: lua-libmpack: Update to 1.0.8.
* gnu/packages/serialization.scm (lua-libmpack): Update to 1.0.8.
This commit is contained in:
parent
2ec3df7019
commit
adad147b4b
|
@ -168,15 +168,16 @@ that implements both the msgpack and msgpack-rpc specifications.")
|
||||||
(define-public lua-libmpack
|
(define-public lua-libmpack
|
||||||
(package (inherit libmpack)
|
(package (inherit libmpack)
|
||||||
(name "lua-libmpack")
|
(name "lua-libmpack")
|
||||||
|
(version "1.0.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/libmpack/libmpack-lua")
|
(url "https://github.com/libmpack/libmpack-lua")
|
||||||
(commit (package-version libmpack))))
|
(commit version)))
|
||||||
(file-name (git-file-name name (package-version libmpack)))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10zx4biyi9gmk90aa6674vvqsrz74jy74fxqlcrx66c8sl8yxr92"))))
|
"1ijvzgq5hvib03w5rghv31wi7byamwg7qdx5pawvhvnflaii8ivw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; FIXME: tests require "busted", which is not yet available in Guix.
|
`(;; FIXME: tests require "busted", which is not yet available in Guix.
|
||||||
|
|
Loading…
Reference in New Issue