me
/
guix
Archived
1
0
Fork 0

gnu: doctest: Update to 2.4.6.

* gnu/packages/check.scm (doctest): Update to 2.4.6.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -561,7 +561,7 @@ and it supports a very flexible form of test discovery.")
(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 @@ and it supports a very flexible form of test discovery.")
(file-name (git-file-name name version))
(sha256
(base32
"1pc34dvpgdzx3paqdf0khgs87kvjncx27yn434f5ic33r1lwr9r4"))))
"14m3q6d96zg6d99x1152jkly50gdjrn5ylrbhax53pfgfzzc5yqx"))))
(build-system cmake-build-system)
(synopsis "C++ test framework")
(description