gnu: doctest: Update to 2.4.1.

* gnu/packages/check.scm (doctest): Update to 2.4.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-07 14:08:16 +01:00
parent e5d5146b87
commit 7392ea3af0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -497,7 +497,7 @@ (define-public cxxtest
(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 @@ (define-public doctest
(file-name (git-file-name name version))
(sha256
(base32
"1yi95saqv8qb3ix6w8d7ffvs7qbwvqmq6wblckhxhicxxdxk85cd"))))
"17g7n6rjs90i0b231x5s934qnr8m80ga2yg1z344bnsdiqcjd63w"))))
(build-system cmake-build-system)
(synopsis "C++ test framework")
(description