diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-16 20:46:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 03:00:09 +0100 |
commit | aa0bcb6c5326c96d0a730bbb27af1e496914a5c9 (patch) | |
tree | 8f0935d7a5de7d67cf654775ef04c16ca83c88e3 /gnu | |
parent | 70c910eb98f1abc9a4a9bd31d08c629f2f5e8f0c (diff) | |
download | patches-aa0bcb6c5326c96d0a730bbb27af1e496914a5c9.tar patches-aa0bcb6c5326c96d0a730bbb27af1e496914a5c9.tar.gz |
gnu: doctest: Update to 2.3.7.
* gnu/packages/check.scm (doctest): Update to 2.3.7.
Diffstat (limited to 'gnu')
-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 fa14ac1544..1b60b99ce1 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -392,7 +392,7 @@ and it supports a very flexible form of test discovery.") (define-public doctest (package (name "doctest") - (version "2.3.6") + (version "2.3.7") (home-page "https://github.com/onqtam/doctest") (source (origin (method git-fetch) @@ -400,7 +400,7 @@ and it supports a very flexible form of test discovery.") (file-name (git-file-name name version)) (sha256 (base32 - "070gkwffi73i2p0azga9yxj8km32bp8bw4jvkvz1vzlpavyii5kn")))) + "134lx7pjnglrl4wdmyr9dz3rjb6d4ir6rvapg00gp52n44dbhnrq")))) (build-system cmake-build-system) (synopsis "C++ test framework") (description |