[PATCH] gnu: doctest: Update to 2.4.4.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201227155833.15021-1-vincent.legoll@gmail.com
* gnu/packages/check.scm (doctest): Update to 2.4.4.
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index b6ecd373cb..e3d37da315 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -511,7 +511,7 @@ and it supports a very flexible form of test discovery.")
(define-public doctest
(package
(name "doctest")
- (version "2.4.1")
+ (version "2.4.4")
(home-page "https://github.com/onqtam/doctest")
(source (origin
(method git-fetch)
@@ -519,7 +519,7 @@ and it supports a very flexible form of test discovery.")
(file-name (git-file-name name version))
(sha256
(base32
- "17g7n6rjs90i0b231x5s934qnr8m80ga2yg1z344bnsdiqcjd63w"))))
+ "0xldd6cr1w3bn33rdb7yc6p57w143cgnjb48ig1b99iwvvkw599n"))))
(build-system cmake-build-system)
(synopsis "C++ test framework")
(description
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45466-done@debbugs.gnu.org)
X+nxeqkNRhmtn5aQ@3900XT
Looks good. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/p8XoACgkQQarn3Mo9
g1EGtg//faxaROJvFAYy2wS2kazndaTZTs7A91+4pAsHs9gik9dZ1D4gepTyu+1/
8PBw+kJC0ZBtTCutLobd0HnI6lG3sSUs9Zhnf5EgUwcJlvc2xvSRoPuqkWjfyy/H
1Jz0KIUlAP+LKMxgIhN4xBBdavM8zJxuxgGw6lADZ734kzmqzvl4t4Hx4BqlQw0y
omIPOnpRxQQ6vMkJDC73AF9T+LJaIckisrriX40ibMt3EW23Oghp5pFx6ToCSu5f
FgbHaCAeizfhtq++ilraBZl0DvOfkmR+zS+9PP8Abw7Hp9dGQVOtBY3pKyDELfCt
YRQ9mSFVwadHcNAFqMvxDezxTXXn3yRmZpBetDlYTupcwCDPmOlSuMCvGn0OatEh
YO5UEwJzXIhymtsS3wseav2W0OfSikS6Y8gfs/AiGbmj2K1D2r0ebf251fRBe3ot
si7S6fWQy0NhOVzLWXU/lPCsqtxZ3PDyKwk/fHnpnc1W9RT0y0V88V1luFgPUMF6
VeO4uX3jBik3TlhDbfnpGBJsEM43flfU0BiFGeGWv8m8LfvcI/+p21BkFCpLrCsi
pFDQdl2E8y6hnr93rckj+iYgrFbG9X0MV9JuiWvCISPkDEiuJjlCr/bpQlnseA4G
BXoyQDCWbJv6hxoH3tCdTQRu5KASc38FWsGS1CBzymqTsBRB4K8=
=ZDo2
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45466@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45466
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help