guix-commits
[Top][All Lists]
Advanced

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

02/10: gnu: doctest: Update to 2.4.1.


From: guix-commits
Subject: 02/10: gnu: doctest: Update to 2.4.1.
Date: Sat, 7 Nov 2020 09:35:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7392ea3af0dae4f99e56acd2d400c62dd86de3f5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Nov 7 14:08:16 2020 +0100

    gnu: doctest: Update to 2.4.1.
    
    * gnu/packages/check.scm (doctest): Update to 2.4.1.
---
 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 3c437c0..cf8bd8e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -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



reply via email to

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