me
/
guix
Archived
1
0
Fork 0

gnu: libmpack: Update to 1.0.5.

* gnu/packages/serialization.scm (libmpack): Update to 1.0.5.
master
Leo Famulari 2017-05-02 02:40:44 -04:00
parent e54ae862d2
commit b523612106
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 3 additions and 2 deletions

View File

@ -136,14 +136,15 @@ serialization.")
(define-public libmpack
(package
(name "libmpack")
(version "1.0.3")
(version "1.0.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/tarruda/libmpack/"
"archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "08kfdl55yf66xk57aqsbf8n45f2jsw2v7qwnaan08ciim77j3sv5"))))
(base32
"0ml922gv8y99lbldqb9ykpjndla0hlprdjyl79yskkhwv2ai7sac"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"