me
/
guix
Archived
1
0
Fork 0

gnu: doctest: Update to 2.4.1.

* gnu/packages/check.scm (doctest): Update to 2.4.1.
master
Tobias Geerinckx-Rice 2020-11-07 14:08:16 +01:00
parent e5d5146b87
commit 7392ea3af0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -497,7 +497,7 @@ and it supports a very flexible form of test discovery.")
(define-public doctest
(package
(name "doctest")
(version "2.4.0")
(version "2.4.1")
(home-page "https://github.com/onqtam/doctest")
(source (origin
(method git-fetch)
@ -505,7 +505,7 @@ and it supports a very flexible form of test discovery.")
(file-name (git-file-name name version))
(sha256
(base32
"1yi95saqv8qb3ix6w8d7ffvs7qbwvqmq6wblckhxhicxxdxk85cd"))))
"17g7n6rjs90i0b231x5s934qnr8m80ga2yg1z344bnsdiqcjd63w"))))
(build-system cmake-build-system)
(synopsis "C++ test framework")
(description