me
/
guix
Archived
1
0
Fork 0

gnu: catch2: Update to 2.13.1.

* gnu/packages/check.scm (catch2): Update to 2.13.1.
master
Tobias Geerinckx-Rice 2020-10-03 22:59:57 +02:00
parent a3e2686314
commit f32ac8e010
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)))