gnu: doctest: Update to 2.3.8.

* gnu/packages/check.scm (doctest): Update to 2.3.8.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-30 13:18:07 +02:00
parent 1c556e65a5
commit bbad1f9727
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -396,7 +396,7 @@ (define-public cxxtest
(define-public doctest (define-public doctest
(package (package
(name "doctest") (name "doctest")
(version "2.3.7") (version "2.3.8")
(home-page "https://github.com/onqtam/doctest") (home-page "https://github.com/onqtam/doctest")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -404,7 +404,7 @@ (define-public doctest
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"134lx7pjnglrl4wdmyr9dz3rjb6d4ir6rvapg00gp52n44dbhnrq")))) "16w907750jnp98vdzkn72lzwy1zyryaqvfi80lbdp398pj23rq65"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(synopsis "C++ test framework") (synopsis "C++ test framework")
(description (description