summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <[email protected]>2019-02-15 04:24:42 +0100
committerTobias Geerinckx-Rice <[email protected]>2019-02-15 05:41:17 +0100
commitc6a2dd86c54c84e2410dd61fbae3264ca876f1ea (patch)
treeef6bde47b5b037b9e6f5dd629ea7b3653d463a2a
parentbf38c19280d2c92b4e4c71fcfc2fde51f539e796 (diff)
gnu: cppcheck: Update to 1.87.
* gnu/packages/check.scm (cppcheck): Update to 1.87.
-rw-r--r--gnu/packages/check.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 7550586c1f..d689c96648 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -16,7 +16,7 @@
;;; Copyright © 2016 Troy Sankey <[email protected]>
;;; Copyright © 2016 Lukas Gradl <[email protected]>
;;; Copyright © 2016 Hartmut Goebel <[email protected]>
-;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2017 Julien Lepiller <[email protected]>
;;; Copyright © 2017 Thomas Danckaert <[email protected]>
;;; Copyright © 2017, 2018 Arun Isaac <[email protected]>
@@ -303,7 +303,7 @@ format.")
(define-public cppcheck
(package
(name "cppcheck")
- (version "1.86")
+ (version "1.87")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -311,7 +311,7 @@ format.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0jr4aah72c7wy94a8vlj3k050rx6pmc7m9nvmll1jwbscxj5f7ff"))))
+ (base32 "1xiy54rz99nzbpwj35jiyssd2nc6k5k0lw5ml6nh2qnmbfkl8swl"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_TESTS=ON")))