gnu: doctest: Update to 2.4.6.

* gnu/packages/check.scm (doctest): Update to 2.4.6.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-25 21:04:07 +01:00
parent 846a6aadd6
commit 23f964a62c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -561,7 +561,7 @@ (define-public cxxtest
(define-public doctest
(package
(name "doctest")
(version "2.4.5")
(version "2.4.6")
(home-page "https://github.com/onqtam/doctest")
(source (origin
(method git-fetch)
@ -569,7 +569,7 @@ (define-public doctest
(file-name (git-file-name name version))
(sha256
(base32
"1pc34dvpgdzx3paqdf0khgs87kvjncx27yn434f5ic33r1lwr9r4"))))
"14m3q6d96zg6d99x1152jkly50gdjrn5ylrbhax53pfgfzzc5yqx"))))
(build-system cmake-build-system)
(synopsis "C++ test framework")
(description