summaryrefslogtreecommitdiff
path: root/gnu/packages/check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-03 22:59:57 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-03 23:00:21 +0200
commitf32ac8e010386a9b1f741c3c8b9b776e1e950e49 (patch)
tree6557ddc0cedae4095ae13f5fd9fa952a68356908 /gnu/packages/check.scm
parenta3e26863146ffc100ced3600bfc49814d04ae643 (diff)
downloadguix-patches-f32ac8e010386a9b1f741c3c8b9b776e1e950e49.tar
guix-patches-f32ac8e010386a9b1f741c3c8b9b776e1e950e49.tar.gz
gnu: catch2: Update to 2.13.1.
* gnu/packages/check.scm (catch2): Update to 2.13.1.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r--gnu/packages/check.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 3e1f91e150..d7a74f0f85 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -337,7 +337,7 @@ a multi-paradigm automated test framework for C++ and Objective-C.")
(define-public catch-framework2
(package
(name "catch2")
- (version "2.13.0")
+ (version "2.13.1")
(home-page "https://github.com/catchorg/Catch2")
(source (origin
(method git-fetch)
@@ -347,7 +347,7 @@ a multi-paradigm automated test framework for C++ and Objective-C.")
(file-name (git-file-name name version))
(sha256
(base32
- "0i4w0c9280a5fyi00mvvf13wlnfzyifr487n1iyr30zvvj5s5f1h"))))
+ "1fbzdqzvad3nxsxlwd5ws7csj6rbyyrza0ckq6km2cf5bhhxagrs"))))
(build-system cmake-build-system)
(inputs
`(("python" ,python-wrapper)))