gnu: doctest: Update to 2.4.0.
authorMarius Bakke <marius@gnu.org>
Sun, 28 Jun 2020 13:17:00 +0000 (15:17 +0200)
committerMarius Bakke <marius@gnu.org>
Sun, 28 Jun 2020 21:32:52 +0000 (23:32 +0200)
* gnu/packages/check.scm (doctest): Update to 2.4.0.

gnu/packages/check.scm

index c71edc7..8b7623d 100644 (file)
@@ -445,7 +445,7 @@ and it supports a very flexible form of test discovery.")
 (define-public doctest
   (package
     (name "doctest")
-    (version "2.3.8")
+    (version "2.4.0")
     (home-page "https://github.com/onqtam/doctest")
     (source (origin
               (method git-fetch)
@@ -453,7 +453,7 @@ and it supports a very flexible form of test discovery.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16w907750jnp98vdzkn72lzwy1zyryaqvfi80lbdp398pj23rq65"))))
+                "1yi95saqv8qb3ix6w8d7ffvs7qbwvqmq6wblckhxhicxxdxk85cd"))))
     (build-system cmake-build-system)
     (synopsis "C++ test framework")
     (description