gnu: cppcheck: Update to 1.89.

* gnu/packages/check.scm (cppcheck): Update to 1.89.
This commit is contained in:
Efraim Flashner 2019-11-13 10:12:22 +02:00
parent d8048dbe50
commit 9edf6cfe0a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -288,7 +288,7 @@ (define-public cmocka
(define-public cppcheck
(package
(name "cppcheck")
(version "1.87")
(version "1.89")
(source (origin
(method git-fetch)
(uri (git-reference
@ -296,7 +296,7 @@ (define-public cppcheck
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1xiy54rz99nzbpwj35jiyssd2nc6k5k0lw5ml6nh2qnmbfkl8swl"))))
(base32 "07yn1zycsb7sn1v7fprihbl0ih4n2zkd7l9jvmkjcskvwn4n21h0"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_TESTS=ON")))