[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
- branch master updated (aacbe59fbc -> a66b9063d1), guix-commits, 2022/08/10
- 02/13: gnu: qtwayland: Fix build with GCC 11., guix-commits, 2022/08/10
- 05/13: gnu: libabigail: Remove input labels., guix-commits, 2022/08/10
- 03/13: gnu: qtwayland: Remove input labels., guix-commits, 2022/08/10
- 04/13: gnu: libabigail: Update to 2.0., guix-commits, 2022/08/10
- 06/13: gnu: mdds: Update to 2.0.3.,
guix-commits <=
- 07/13: gnu: ixion: Update to 0.17.0., guix-commits, 2022/08/10
- 08/13: gnu: orcus: Update to 0.17.2., guix-commits, 2022/08/10
- 10/13: gnu: Add libcuckoo., guix-commits, 2022/08/10
- 13/13: gnu: libreoffice: Remove input labels., guix-commits, 2022/08/10
- 01/13: gnu: fuse@2: Prepare for newer glibc., guix-commits, 2022/08/10
- 11/13: gnu: libcmis: Update to 0.5.2-46-gf264a61., guix-commits, 2022/08/10
- 12/13: gnu: libreoffice: Update to 7.3.5.2., guix-commits, 2022/08/10
- 09/13: gnu: libetonyek: Don't hard code mdds version., guix-commits, 2022/08/10