diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-10 13:50:23 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-10 13:50:23 +0300 |
| commit | 997b6ea504898087198ff1a84592ffdfd2caf230 (patch) | |
| tree | f6666e17dd67461686f7bd0e2bcbbcfb2ff28df8 /gnu | |
| parent | 7286dd218b1333cefd28ae81e5c9d88eb526d690 (diff) | |
gnu: cppcheck: Update to 1.76.
* gnu/packages/check.scm (cppcheck): Update to 1.76.
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 95c80438e98..c3fb70c0839 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm | |||
| @@ -178,13 +178,13 @@ format.") | |||
| 178 | (define-public cppcheck | 178 | (define-public cppcheck |
| 179 | (package | 179 | (package |
| 180 | (name "cppcheck") | 180 | (name "cppcheck") |
| 181 | (version "1.72") | 181 | (version "1.76") |
| 182 | (source (origin | 182 | (source (origin |
| 183 | (method url-fetch) | 183 | (method url-fetch) |
| 184 | (uri (string-append "https://github.com/danmar/cppcheck/archive/" | 184 | (uri (string-append "https://github.com/danmar/cppcheck/archive/" |
| 185 | version ".tar.gz")) | 185 | version ".tar.gz")) |
| 186 | (sha256 | 186 | (sha256 |
| 187 | (base32 "0zxaixhqi4vmj7xj56gzadggcbjhbjjm6abyr86qlan23sg98667")) | 187 | (base32 "14d0ikcmq1xcqy9f1vq1jbn5ifl0jiy3rycqdcg7v8hil48m59z8")) |
| 188 | (file-name (string-append name "-" version ".tar.gz")))) | 188 | (file-name (string-append name "-" version ".tar.gz")))) |
| 189 | (build-system cmake-build-system) | 189 | (build-system cmake-build-system) |
| 190 | (home-page "http://cppcheck.sourceforge.net") | 190 | (home-page "http://cppcheck.sourceforge.net") |
