guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: mdds: Update to 2.0.3.


From: guix-commits
Subject: 06/13: gnu: mdds: Update to 2.0.3.
Date: Wed, 10 Aug 2022 18:24:33 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b424ca573df717acc7d5a074b69218eaaeb19ce3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Wed Aug 10 20:48:56 2022 +0200

    gnu: mdds: Update to 2.0.3.
    
    * gnu/packages/boost.scm (mdds): Update to 2.0.3.
    [source](uri): Use HTTPS & .xz tarball.
---
 gnu/packages/boost.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index ca320c37fb..40e4ca399e 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -443,14 +443,14 @@ signals and slots system.")
 (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



reply via email to

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