gnu: doctest: Update to 2.4.4.
authorVincent Legoll <vincent.legoll@gmail.com>
Sun, 27 Dec 2020 15:58:33 +0000 (16:58 +0100)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 28 Dec 2020 14:38:42 +0000 (16:38 +0200)
* gnu/packages/check.scm (doctest): Update to 2.4.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/check.scm

index e7544e5..1300f9e 100644 (file)
@@ -511,7 +511,7 @@ and it supports a very flexible form of test discovery.")
 (define-public doctest
   (package
     (name "doctest")
-    (version "2.4.1")
+    (version "2.4.4")
     (home-page "https://github.com/onqtam/doctest")
     (source (origin
               (method git-fetch)
@@ -519,7 +519,7 @@ and it supports a very flexible form of test discovery.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "17g7n6rjs90i0b231x5s934qnr8m80ga2yg1z344bnsdiqcjd63w"))))
+                "0xldd6cr1w3bn33rdb7yc6p57w143cgnjb48ig1b99iwvvkw599n"))))
     (build-system cmake-build-system)
     (synopsis "C++ test framework")
     (description