diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-07 14:08:16 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-07 15:35:06 +0100 |
commit | 7392ea3af0dae4f99e56acd2d400c62dd86de3f5 (patch) | |
tree | 8d0723c0872c85276131b8619d187bda39217164 /gnu/packages | |
parent | e5d5146b873aca37d4a064c1bf825f5c1fd85344 (diff) | |
download | guix-7392ea3af0dae4f99e56acd2d400c62dd86de3f5.tar.gz guix-7392ea3af0dae4f99e56acd2d400c62dd86de3f5.zip |
gnu: doctest: Update to 2.4.1.
* gnu/packages/check.scm (doctest): Update to 2.4.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 3c437c0efa..cf8bd8ed91 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 |