Skip to content
Snippets Groups Projects
Commit 694bbb4d authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: mdds: Update to 0.12.1.

* gnu/packages/boost.scm (mdds): Update to 0.12.1.
parent 7b212526
No related branches found
No related tags found
No related merge requests found
...@@ -106,14 +106,14 @@ (define-public boost ...@@ -106,14 +106,14 @@ (define-public boost
(define-public mdds (define-public mdds
(package (package
(name "mdds") (name "mdds")
(version "0.12.0") (version "0.12.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://kohei.us/files/mdds/src/mdds_" version ".tar.bz2")) "http://kohei.us/files/mdds/src/mdds_" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"10ar7r0gkdl2r7916jlkl5c38cynrh7x9s90a5i8d242r8ixw8ia")))) "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(propagated-inputs (propagated-inputs
`(("boost" ,boost))) ; inclusion of header files `(("boost" ,boost))) ; inclusion of header files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment