[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: doctest: Update to 2.4.4.
From: |
guix-commits |
Subject: |
04/07: gnu: doctest: Update to 2.4.4. |
Date: |
Mon, 28 Dec 2020 10:52:55 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 44a395cad54e2eba4126c75f3d7c2649c7cf1814
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Sun Dec 27 16:58:33 2020 +0100
gnu: doctest: Update to 2.4.4.
* gnu/packages/check.scm (doctest): Update to 2.4.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index e7544e5..1300f9e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -511,7 +511,7 @@ and it supports a very flexible form of test discovery.")
(define-public doctest
(package
(name "doctest")
- (version "2.4.1")
+ (version "2.4.4")
(home-page "https://github.com/onqtam/doctest")
(source (origin
(method git-fetch)
@@ -519,7 +519,7 @@ and it supports a very flexible form of test discovery.")
(file-name (git-file-name name version))
(sha256
(base32
- "17g7n6rjs90i0b231x5s934qnr8m80ga2yg1z344bnsdiqcjd63w"))))
+ "0xldd6cr1w3bn33rdb7yc6p57w143cgnjb48ig1b99iwvvkw599n"))))
(build-system cmake-build-system)
(synopsis "C++ test framework")
(description
- branch master updated (2341480 -> 1be0da2), guix-commits, 2020/12/28
- 03/07: gnu: desktop-file-utils: Update to 0.26., guix-commits, 2020/12/28
- 02/07: gnu: dialog: Enable tests., guix-commits, 2020/12/28
- 05/07: gnu: enchant: Update to 2.2.15., guix-commits, 2020/12/28
- 06/07: gnu: mpg123: Update to 1.26.4., guix-commits, 2020/12/28
- 01/07: gnu: dialog: Update to 1.3-20201126., guix-commits, 2020/12/28
- 07/07: gnu: whois: Update to 5.5.7., guix-commits, 2020/12/28
- 04/07: gnu: doctest: Update to 2.4.4.,
guix-commits <=