diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 05:48:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-05 06:39:01 +0200 |
commit | 4b23535351b6625c2317fad8ede9d793eff18362 (patch) | |
tree | 30a337bb96eac1bb8cd64fc0b0c86964ab80f588 | |
parent | 65cbfa7ebf25a9b1c5c1b5f6008d828b78e0fd30 (diff) | |
download | patches-4b23535351b6625c2317fad8ede9d793eff18362.tar patches-4b23535351b6625c2317fad8ede9d793eff18362.tar.gz |
gnu: cppcheck: Update to 1.83.
* gnu/packages/check.scm (cppcheck): Update to 1.83.
-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 b279646402..99c6c494ed 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -271,13 +271,13 @@ format.") (define-public cppcheck (package (name "cppcheck") - (version "1.82") + (version "1.83") (source (origin (method url-fetch) (uri (string-append "https://github.com/danmar/cppcheck/archive/" version ".tar.gz")) (sha256 - (base32 "0zywpd9hbsx23aj33pk5mbr0fz1ijhqzxlnqgwjfwgg6g2k48i2j")) + (base32 "15ghxwmyy09cd9mi008k4jn09c441j86qyaa4dz0is7f5dv5cdkx")) (file-name (string-append name "-" version ".tar.gz")))) (build-system cmake-build-system) (home-page "http://cppcheck.sourceforge.net") |