gnu: doctest: Update to 2.4.0.
* gnu/packages/check.scm (doctest): Update to 2.4.0.
parent
58670ceedb
commit
6cb2d8c614
|
@ -445,7 +445,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.8")
|
(version "2.4.0")
|
||||||
(home-page "https://github.com/onqtam/doctest")
|
(home-page "https://github.com/onqtam/doctest")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -453,7 +453,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
|
||||||
"16w907750jnp98vdzkn72lzwy1zyryaqvfi80lbdp398pj23rq65"))))
|
"1yi95saqv8qb3ix6w8d7ffvs7qbwvqmq6wblckhxhicxxdxk85cd"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(synopsis "C++ test framework")
|
(synopsis "C++ test framework")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue