diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-07 03:23:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-07 15:37:13 +0100 |
commit | 925102bb98f3b501d5168a42ed0d7646f311257c (patch) | |
tree | 89c28aefd712bd96bb60a80ab1428bffcc774b1d /gnu | |
parent | d4f5e68e55d15f851ad4d820a5384123d9b51441 (diff) | |
download | patches-925102bb98f3b501d5168a42ed0d7646f311257c.tar patches-925102bb98f3b501d5168a42ed0d7646f311257c.tar.gz |
gnu: cppcheck: Update to 1.82.
* gnu/packages/check.scm (cppcheck): Update to 1.82.
Diffstat (limited to 'gnu')
-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 686c2e2b27..73d3efd9e1 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -271,13 +271,13 @@ format.") (define-public cppcheck (package (name "cppcheck") - (version "1.81") + (version "1.82") (source (origin (method url-fetch) (uri (string-append "https://github.com/danmar/cppcheck/archive/" version ".tar.gz")) (sha256 - (base32 "0miamqk7pa2dzmnmi5wb6hjp2a3zya1x8afnlcxby8jb6gp6wf8j")) + (base32 "0zywpd9hbsx23aj33pk5mbr0fz1ijhqzxlnqgwjfwgg6g2k48i2j")) (file-name (string-append name "-" version ".tar.gz")))) (build-system cmake-build-system) (home-page "http://cppcheck.sourceforge.net") |