guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: gnu: mdds: Update to 1.5.0.


From: guix-commits
Subject: 02/06: gnu: mdds: Update to 1.5.0.
Date: Thu, 13 Feb 2020 20:13:24 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit ec2fdbf6c179c5901e4a096a142195f582455709
Author: Leo Famulari <address@hidden>
AuthorDate: Thu Jan 30 01:11:54 2020 -0500

    gnu: mdds: Update to 1.5.0.
    
    * gnu/packages/boost.scm (mdds): Update to 1.5.0.
---
 gnu/packages/boost.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 0a2a5c5..11fb8e1 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -283,14 +283,14 @@ signals and slots system.")
 (define-public mdds
   (package
     (name "mdds")
-    (version "1.4.3")
+    (version "1.5.0")
     (source (origin
              (method url-fetch)
              (uri (string-append
                    "http://kohei.us/files/mdds/src/mdds-"; version ".tar.bz2"))
              (sha256
               (base32
-               "10cw6irdm6d15nxnys2v5akp8yz52qijpcjvw0frwq7nz5d3vki5"))))
+               "03b8i43pw4m767mm0cnbi77x7qhpkzpi9b1f6dpp4cmyszmnsk8l"))))
     (build-system gnu-build-system)
     (propagated-inputs
       `(("boost" ,boost))) ; inclusion of header files



reply via email to

[Prev in Thread] Current Thread [Next in Thread]