summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-06-16 17:07:27 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-06-16 17:57:01 +0200
commit956cbd3ad8aa5dfd0c276b210b4688ac0d0d5ffa (patch)
tree03df8a60c3d2b66f38610c9870fd0e96c2125975 /gnu/packages/check.scm
parent0b2ff24f9c3e3f689095753a21047c723dd6ca40 (diff)
downloadpatches-956cbd3ad8aa5dfd0c276b210b4688ac0d0d5ffa.tar
patches-956cbd3ad8aa5dfd0c276b210b4688ac0d0d5ffa.tar.gz
gnu: cppcheck: Update to 1.79.
* gnu/packages/check.scm (cppcheck): Update to 1.79.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index ea91200a65..4b59ac567d 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -181,13 +181,13 @@ format.")
(define-public cppcheck
(package
(name "cppcheck")
- (version "1.78")
+ (version "1.79")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/danmar/cppcheck/archive/"
version ".tar.gz"))
(sha256
- (base32 "1dnizw0rfj6faqgnmg8qh6njr9q89j8brhba7qmx2i47vl0qj11i"))
+ (base32 "1qf7l0hx2k2qsc1rm3gh00bc0hwf9wqkrvrk08141yjj2js2y8lw"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system cmake-build-system)
(home-page "http://cppcheck.sourceforge.net")