emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45463: closed ([PATCH] gnu: cppcheck: Update to 2.3.)


From: GNU bug Tracking System
Subject: bug#45463: closed ([PATCH] gnu: cppcheck: Update to 2.3.)
Date: Sun, 27 Dec 2020 18:03:02 +0000

Your message dated Sun, 27 Dec 2020 20:01:41 +0200
with message-id <X+jMBVeB+qqQix7h@3900XT>
and subject line Re: [bug#45463] [PATCH] gnu: cppcheck: Update to 2.3.
has caused the debbugs.gnu.org bug report #45463,
regarding [PATCH] gnu: cppcheck: Update to 2.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45463: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45463
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: cppcheck: Update to 2.3. Date: Sun, 27 Dec 2020 16:29:19 +0100
* gnu/packages/check.scm (cppcheck): Update to 2.3.
---
 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 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45463] [PATCH] gnu: cppcheck: Update to 2.3. Date: Sun, 27 Dec 2020 20:01:41 +0200
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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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