diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-20 03:53:36 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-12-20 05:36:58 +0100 |
commit | 934ba12f3d60a218985b95806b7b68da6ee6d682 (patch) | |
tree | 2f49666485d8ec3ba0fb99f96222e5c20648fdb0 /gnu/packages/check.scm | |
parent | 17c2294c242a9d0c18db4ec979e00a33e92aac13 (diff) | |
download | patches-934ba12f3d60a218985b95806b7b68da6ee6d682.tar patches-934ba12f3d60a218985b95806b7b68da6ee6d682.tar.gz |
gnu: cppcheck: Update to 1.76.1.
* gnu/packages/check.scm (cppcheck): Update to 1.76.1.
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 b394571d6f..f0a6ff4d1c 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -180,13 +180,13 @@ format.") (define-public cppcheck (package (name "cppcheck") - (version "1.76") + (version "1.76.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/danmar/cppcheck/archive/" version ".tar.gz")) (sha256 - (base32 "14d0ikcmq1xcqy9f1vq1jbn5ifl0jiy3rycqdcg7v8hil48m59z8")) + (base32 "08pcawg36h850n4i794b2158jcv49f8a54dg3dikdkc1cwknwgjz")) (file-name (string-append name "-" version ".tar.gz")))) (build-system cmake-build-system) (home-page "http://cppcheck.sourceforge.net") |