thomasd pushed a commit to branch core-updates
in repository guix.
commit 57144094b8c6db390c2b465ae90c095cd019e6a7
Author: Thomas Danckaert <[email protected]>
Date: Mon Mar 27 20:15:36 2017 +0200
gnu: mdds: Upgrade to 1.2.2.
* gnu/packages/boost.scm (mdds): Upgrade to 1.2.2.
---
gnu/packages/boost.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index b3fccdf..dfaa853 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2015 Andreas Enge <[email protected]>
;;; Copyright © 2016 Eric Bavier <[email protected]>
;;; Copyright © 2015 Ludovic Courtès <[email protected]>
+;;; Copyright © 2017 Thomas Danckaert <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -109,14 +110,14 @@ across a broad spectrum of applications.")
(define-public mdds
(package
(name "mdds")
- (version "0.12.1")
+ (version "1.2.2")
(source (origin
(method url-fetch)
(uri (string-append
- "http://kohei.us/files/mdds/src/mdds_" version ".tar.bz2"))
+ "http://kohei.us/files/mdds/src/mdds-" version ".tar.bz2"))
(sha256
(base32
- "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3"))))
+ "17fcjhsq3bzqm7ba9sgp6my3y4226jnwai6q5jq3810i745p67hl"))))
(build-system gnu-build-system)
(propagated-inputs
`(("boost" ,boost))) ; inclusion of header files