gnu: doctest: Update to 2.3.7.
* gnu/packages/check.scm (doctest): Update to 2.3.7.
This commit is contained in:
parent
70c910eb98
commit
aa0bcb6c53
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue