mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -136,14 +136,15 @@ (define-public msgpack
|
||||||
(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 a new issue