diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-10 17:06:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-10 17:26:07 +0200 |
commit | 226685faa520ae0230192882d5f978313c5c2256 (patch) | |
tree | c0ced4a030c8b4ea68512c609ae09c1de3987be9 /gnu/packages/check.scm | |
parent | c63b83a40febdeab19e965da579de7b22a1ec424 (diff) | |
download | guix-226685faa520ae0230192882d5f978313c5c2256.tar guix-226685faa520ae0230192882d5f978313c5c2256.tar.gz |
gnu: cppcheck: Update to 1.80.
* gnu/packages/check.scm (cppcheck): Update to 1.80.
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 ddfcf1750f..db11d93bef 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -181,13 +181,13 @@ format.") (define-public cppcheck (package (name "cppcheck") - (version "1.79") + (version "1.80") (source (origin (method url-fetch) (uri (string-append "https://github.com/danmar/cppcheck/archive/" version ".tar.gz")) (sha256 - (base32 "1qf7l0hx2k2qsc1rm3gh00bc0hwf9wqkrvrk08141yjj2js2y8lw")) + (base32 "007hs15i2pn49l6kycy49h3bj66qh6fxrp6yidj3776n32q3v1i0")) (file-name (string-append name "-" version ".tar.gz")))) (build-system cmake-build-system) (home-page "http://cppcheck.sourceforge.net") |