[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
- branch master updated (ac29d37 -> cc33f50), guix-commits, 2021/03/25
- 01/07: gnu: emacs: Update to 27.2., guix-commits, 2021/03/25
- 03/07: gnu: doctest: Update to 2.4.6.,
guix-commits <=
- 06/07: gnu: spdlog: Update to 1.8.3., guix-commits, 2021/03/25
- 02/07: gnu: libinstpatch: Update to 1.1.6., guix-commits, 2021/03/25
- 04/07: gnu: wla-dx: Update to 9.12., guix-commits, 2021/03/25
- 05/07: gnu: youtube-dl: Update to 2021.03.25., guix-commits, 2021/03/25
- 07/07: gnu: vips: Update to 8.10.6., guix-commits, 2021/03/25