Archived
1
0
Fork 0

gnu: doctest: Update to 2.3.7.

* gnu/packages/check.scm (doctest): Update to 2.3.7.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-16 20:46:27 +01:00
parent 70c910eb98
commit aa0bcb6c53
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -392,7 +392,7 @@ and it supports a very flexible form of test discovery.")
(define-public doctest (define-public doctest
(package (package
(name "doctest") (name "doctest")
(version "2.3.6") (version "2.3.7")
(home-page "https://github.com/onqtam/doctest") (home-page "https://github.com/onqtam/doctest")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
@ -400,7 +400,7 @@ and it supports a very flexible form of test discovery.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"070gkwffi73i2p0azga9yxj8km32bp8bw4jvkvz1vzlpavyii5kn")))) "134lx7pjnglrl4wdmyr9dz3rjb6d4ir6rvapg00gp52n44dbhnrq"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(synopsis "C++ test framework") (synopsis "C++ test framework")
(description (description