gnu: libmpack: Update to 1.0.5.
* gnu/packages/serialization.scm (libmpack): Update to 1.0.5.
This commit is contained in:
parent
e54ae862d2
commit
b523612106
|
@ -136,14 +136,15 @@ serialization.")
|
||||||
(define-public libmpack
|
(define-public libmpack
|
||||||
(package
|
(package
|
||||||
(name "libmpack")
|
(name "libmpack")
|
||||||
(version "1.0.3")
|
(version "1.0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/tarruda/libmpack/"
|
(uri (string-append "https://github.com/tarruda/libmpack/"
|
||||||
"archive/" version ".tar.gz"))
|
"archive/" version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08kfdl55yf66xk57aqsbf8n45f2jsw2v7qwnaan08ciim77j3sv5"))))
|
(base32
|
||||||
|
"0ml922gv8y99lbldqb9ykpjndla0hlprdjyl79yskkhwv2ai7sac"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in New Issue