me
/
guix
Archived
1
0
Fork 0

gnu: mdds: Update to 1.5.0.

* gnu/packages/boost.scm (mdds): Update to 1.5.0.
master
Leo Famulari 2020-01-30 01:11:54 -05:00
parent d41e25c058
commit ec2fdbf6c1
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -283,14 +283,14 @@ signals and slots system.")
(define-public mdds (define-public mdds
(package (package
(name "mdds") (name "mdds")
(version "1.4.3") (version "1.5.0")
(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
"10cw6irdm6d15nxnys2v5akp8yz52qijpcjvw0frwq7nz5d3vki5")))) "03b8i43pw4m767mm0cnbi77x7qhpkzpi9b1f6dpp4cmyszmnsk8l"))))
(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