diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-22 16:56:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-23 03:14:31 +0200 |
commit | ee5c83533dac8efebc16ce49eec201d90f09c2ad (patch) | |
tree | 509c4493ea873d74c025bfaecb46130866300fa3 /gnu/packages/check.scm | |
parent | 3891c383465a0033b19fc2dc1ca3296fb17d0a2f (diff) | |
download | patches-ee5c83533dac8efebc16ce49eec201d90f09c2ad.tar patches-ee5c83533dac8efebc16ce49eec201d90f09c2ad.tar.gz |
gnu: cppcheck: Update to 1.85.
* gnu/packages/check.scm (cppcheck): Update to 1.85.
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 866fa801c0..40f341fb64 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -293,13 +293,13 @@ format.") (define-public cppcheck (package (name "cppcheck") - (version "1.84") + (version "1.85") (source (origin (method url-fetch) (uri (string-append "https://github.com/danmar/cppcheck/archive/" version ".tar.gz")) (sha256 - (base32 "1ibz07dgs1dpfb8bmjh3qsma37wl5p6s6b4qlv5ccpshj4yjk9ma")) + (base32 "18qlddf1i9bk5nnvy1v2nfxjd46y8wvp3rqz2hrfxjxsyvrfq5yw")) (file-name (string-append name "-" version ".tar.gz")))) (build-system cmake-build-system) (home-page "http://cppcheck.sourceforge.net") |