gnu: cppcheck: Update to 1.84.

* gnu/packages/check.scm (cppcheck): Update to 1.84.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-14 17:43:40 +02:00
parent 6dd5f2ea63
commit d518261f05
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -293,13 +293,13 @@ (define-public cmocka
(define-public cppcheck
(package
(name "cppcheck")
(version "1.83")
(version "1.84")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/danmar/cppcheck/archive/"
version ".tar.gz"))
(sha256
(base32 "15ghxwmyy09cd9mi008k4jn09c441j86qyaa4dz0is7f5dv5cdkx"))
(base32 "1ibz07dgs1dpfb8bmjh3qsma37wl5p6s6b4qlv5ccpshj4yjk9ma"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system cmake-build-system)
(home-page "http://cppcheck.sourceforge.net")