[PATCH] gnu: cppcheck: Update to 2.3.

  • 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)
20201227152919.5304-1-vincent.legoll@gmail.com
* gnu/packages/check.scm (cppcheck): Update to 2.3.
---
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..e7544e5f8c 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -442,7 +442,7 @@ format.")
(define-public cppcheck
(package
(name "cppcheck")
- (version "1.90")
+ (version "2.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -450,7 +450,7 @@ format.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0h7ir2x0k005fm586dxmaphgv5cyz25k3k4sh02p7zb78gzx398h"))))
+ (base32 "03ic5mig3ryzkf85r95ryagf84s7y5nd6sqr915l3zj30apnifvz"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_TESTS=ON")))
--
2.29.2
Efraim Flashner wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45463-done@debbugs.gnu.org)
X+jMBVeB+qqQix7h@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/ozAUACgkQQarn3Mo9
g1FE7g//b0wlZB/8NgtkguHn66Qgr8ohuDvZFuuDq3lQgqDalAPubgs+ygsPIpaa
fVafF9Xt5JZRjqeEf2p4Exn3pI/xWg0uMhNkNak8K7DbBqSwBAJMjAWtlzoRLJ2I
/Qrc3BQbh9Og8lG9OKAOHOOFOCF1Umf0P7ajg6muf5wkxCDKPUBKRDvaoh7cSuH5
LY3XP88ne14ToBLvDC8cF2VEKOoaKTMKHYbqJY9X2GbmurwFyySoI3x20nKKuLyr
bR2mKQVRzCDMqyz/WNWpgWDCYgH4N/yA16JUKQJKVDIqRxQv5UqhxvwFbrYEo3TB
xwIwWSaSF7A4SAj1mKpUQBQVVXN3YcbY6H+zZbt79R53kBMVC9Sd22ncuhPSm1HP
BldP8gGc9sIpfZfMNSKIqCwk/rftMfkymzSeIIrw3GDK7BOmqSXnKMEc6mdDQSXW
tMVo4X5VhblvipiO7a/clqflkinf5lsLpsBAX/l+zWjavy+/+7/ZJjjcwFVsPMDj
T7n9yq4aSxDfoQYPebJ3dtXI9Dt/V4N/B+Hiv1LrLE5KYSfF5Bd6YJdkzfdNHGVs
3XFEFaZQoO84al/2OWxTeeVDsG8HESAjcB3El9Lk2L6I55lYvX1JJXwL06GcBjEu
9M98JAsZa5CoR6c1aapb8Ix9eJ9DPvtAsv3e8GDZzGwNC2pgXXM=
=pub0
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 45463
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