diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-19 14:11:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-20 02:16:51 +0200 |
commit | 47b85a69c0ab9d9e77fcf1e48b2f3e0a1172b2a1 (patch) | |
tree | 79da93ca86220892a97e2922f4a403671f6c6213 /gnu/packages/check.scm | |
parent | 7f652029908f23d85629e2932cc70585ba3e8a1b (diff) | |
download | gnu-guix-47b85a69c0ab9d9e77fcf1e48b2f3e0a1172b2a1.tar gnu-guix-47b85a69c0ab9d9e77fcf1e48b2f3e0a1172b2a1.tar.gz |
gnu: cppcheck: Update to 1.81.
* gnu/packages/check.scm (cppcheck): Update to 1.81.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 5236444abc..1d2ac20326 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -244,13 +244,13 @@ format.") (define-public cppcheck (package (name "cppcheck") - (version "1.80") + (version "1.81") (source (origin (method url-fetch) (uri (string-append "https://github.com/danmar/cppcheck/archive/" version ".tar.gz")) (sha256 - (base32 "007hs15i2pn49l6kycy49h3bj66qh6fxrp6yidj3776n32q3v1i0")) + (base32 "0miamqk7pa2dzmnmi5wb6hjp2a3zya1x8afnlcxby8jb6gp6wf8j")) (file-name (string-append name "-" version ".tar.gz")))) (build-system cmake-build-system) (home-page "http://cppcheck.sourceforge.net") |