[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: gnu: doctest: Update to 2.4.1.
From: |
guix-commits |
Subject: |
02/10: gnu: doctest: Update to 2.4.1. |
Date: |
Sat, 7 Nov 2020 09:35:42 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 7392ea3af0dae4f99e56acd2d400c62dd86de3f5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 7 14:08:16 2020 +0100
gnu: doctest: Update to 2.4.1.
* gnu/packages/check.scm (doctest): Update to 2.4.1.
---
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 3c437c0..cf8bd8e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -497,7 +497,7 @@ and it supports a very flexible form of test discovery.")
(define-public doctest
(package
(name "doctest")
- (version "2.4.0")
+ (version "2.4.1")
(home-page "https://github.com/onqtam/doctest")
(source (origin
(method git-fetch)
@@ -505,7 +505,7 @@ and it supports a very flexible form of test discovery.")
(file-name (git-file-name name version))
(sha256
(base32
- "1yi95saqv8qb3ix6w8d7ffvs7qbwvqmq6wblckhxhicxxdxk85cd"))))
+ "17g7n6rjs90i0b231x5s934qnr8m80ga2yg1z344bnsdiqcjd63w"))))
(build-system cmake-build-system)
(synopsis "C++ test framework")
(description
- branch master updated (ab138f8 -> 2c73454), guix-commits, 2020/11/07
- 01/10: gnu: firebird: Tweak description., guix-commits, 2020/11/07
- 03/10: gnu: duperemove: Prepare for cross-compilation., guix-commits, 2020/11/07
- 04/10: gnu: duperemove: Update to 0.11.2., guix-commits, 2020/11/07
- 07/10: gnu: nix: Download source over HTTPS., guix-commits, 2020/11/07
- 06/10: gnu: f3: Update to 8.0., guix-commits, 2020/11/07
- 08/10: gnu: nix: Update to 2.3.8., guix-commits, 2020/11/07
- 02/10: gnu: doctest: Update to 2.4.1.,
guix-commits <=
- 05/10: gnu: f3: Fix cross-compilation., guix-commits, 2020/11/07
- 10/10: gnu: vim: Update to 8.2.1964., guix-commits, 2020/11/07
- 09/10: gnu: zile: Update to 2.4.15., guix-commits, 2020/11/07