mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
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:
parent
d4f3fd021f
commit
b424ca573d
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue