guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: doctest: Update to 2.4.6.


From: guix-commits
Subject: 03/07: gnu: doctest: Update to 2.4.6.
Date: Thu, 25 Mar 2021 16:30:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 23f964a62c6040b4d0ff34d9e69c9ad67a6033a0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 25 21:04:07 2021 +0100

    gnu: doctest: Update to 2.4.6.
    
    * gnu/packages/check.scm (doctest): Update to 2.4.6.
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 21514d1..c27f347 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]