mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mdds: Update to 0.12.1.
* gnu/packages/boost.scm (mdds): Update to 0.12.1.
This commit is contained in:
parent
7b21252632
commit
694bbb4da6
1 changed files with 2 additions and 2 deletions
|
@ -106,14 +106,14 @@ (define-public boost
|
|||
(define-public mdds
|
||||
(package
|
||||
(name "mdds")
|
||||
(version "0.12.0")
|
||||
(version "0.12.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://kohei.us/files/mdds/src/mdds_" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"10ar7r0gkdl2r7916jlkl5c38cynrh7x9s90a5i8d242r8ixw8ia"))))
|
||||
"0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3"))))
|
||||
(build-system gnu-build-system)
|
||||
(propagated-inputs
|
||||
`(("boost" ,boost))) ; inclusion of header files
|
||||
|
|
Loading…
Reference in a new issue