summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <[email protected]>2018-03-07 02:49:23 +0100
committerTobias Geerinckx-Rice <[email protected]>2018-03-07 15:37:12 +0100
commitd4f5e68e55d15f851ad4d820a5384123d9b51441 (patch)
tree32b63b276ec8332e12f7c079457ac8e8587c329f
parent45298300e43d314f9001c2bdbd72f1189e20eb70 (diff)
gnu: cmdtest: Update to 0.32.
* gnu/packages/check.scm (cmdtest): Update to 0.32.
-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 50b4afcaf0..686c2e2b27 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 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2017 Julien Lepiller <[email protected]>
;;; Copyright © 2017 Thomas Danckaert <[email protected]>
;;; Copyright © 2017 Arun Isaac <[email protected]>
@@ -202,14 +202,14 @@ multi-paradigm automated test framework for C++ and Objective-C.")
(define-public cmdtest
(package
(name "cmdtest")
- (version "0.29")
+ (version "0.32")
(source (origin
(method url-fetch)
(uri (string-append "http://git.liw.fi/cmdtest/snapshot/"
name "-" version ".tar.gz"))
(sha256
(base32
- "1i6gi4yp4qqx1liax098c7nwdb24pghh11xqlrcs7lnhh079rqhb"))))
+ "1jmfiyrrqmpvwdb273bkb8hjaf4rwx9njblx29pmr7giyahskwi5"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2