gnu: mdds: Update to 2.0.3.

* gnu/packages/boost.scm (mdds): Update to 2.0.3.
[source](uri): Use HTTPS & .xz tarball.
This commit is contained in:
Marius Bakke 2022-08-10 20:48:56 +02:00
parent d4f3fd021f
commit b424ca573d
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -443,14 +443,14 @@ (define-public boost-mpi
(define-public mdds
(package
(name "mdds")
(version "1.5.0")
(version "2.0.3")
(source (origin
(method url-fetch)
(uri (string-append
"http://kohei.us/files/mdds/src/mdds-" version ".tar.bz2"))
(uri (string-append "https://kohei.us/files/mdds/src/mdds-"
version ".tar.xz"))
(sha256
(base32
"03b8i43pw4m767mm0cnbi77x7qhpkzpi9b1f6dpp4cmyszmnsk8l"))))
"1r68kxqppmhfg0dhz54d0hqzs5882cqrv1x6wpg7lak6gyyws0bc"))))
(build-system gnu-build-system)
(propagated-inputs
(list boost)) ; inclusion of header files