Skip to content
Snippets Groups Projects
Unverified Commit 997b6ea5 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: cppcheck: Update to 1.76.

* gnu/packages/check.scm (cppcheck): Update to 1.76.
parent 7286dd21
No related branches found
No related tags found
No related merge requests found
......@@ -178,13 +178,13 @@ (define-public cmocka
(define-public cppcheck
(package
(name "cppcheck")
(version "1.72")
(version "1.76")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/danmar/cppcheck/archive/"
version ".tar.gz"))
(sha256
(base32 "0zxaixhqi4vmj7xj56gzadggcbjhbjjm6abyr86qlan23sg98667"))
(base32 "14d0ikcmq1xcqy9f1vq1jbn5ifl0jiy3rycqdcg7v8hil48m59z8"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system cmake-build-system)
(home-page "http://cppcheck.sourceforge.net")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment