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.3.8.


From: guix-commits
Subject: 02/10: gnu: doctest: Update to 2.3.8.
Date: Sat, 30 May 2020 10:55:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bbad1f972777f6a66a05ab1bcfbd886fc50ca2d8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 30 13:18:07 2020 +0200

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



reply via email to

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