guix-commits
[Top][All Lists]
Advanced

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

02/14: gnu: doctest: Update to 2.3.7.


From: guix-commits
Subject: 02/14: gnu: doctest: Update to 2.3.7.
Date: Mon, 16 Mar 2020 23:50:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aa0bcb6c5326c96d0a730bbb27af1e496914a5c9
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 16 20:46:27 2020 +0100

    gnu: doctest: Update to 2.3.7.
    
    * gnu/packages/check.scm (doctest): Update to 2.3.7.
---
 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 fa14ac1..1b60b99 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -392,7 +392,7 @@ and it supports a very flexible form of test discovery.")
 (define-public doctest
   (package
     (name "doctest")
-    (version "2.3.6")
+    (version "2.3.7")
     (home-page "https://github.com/onqtam/doctest";)
     (source (origin
               (method git-fetch)
@@ -400,7 +400,7 @@ and it supports a very flexible form of test discovery.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "070gkwffi73i2p0azga9yxj8km32bp8bw4jvkvz1vzlpavyii5kn"))))
+                "134lx7pjnglrl4wdmyr9dz3rjb6d4ir6rvapg00gp52n44dbhnrq"))))
     (build-system cmake-build-system)
     (synopsis "C++ test framework")
     (description



reply via email to

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