gnu: catch2: Update to 2.13.8.

* gnu/packages/check.scm (catch-framework2): Update to 2.13.8.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Simon South 2022-01-27 12:16:45 -05:00 committed by Nicolas Goaziou
parent 88eb611c10
commit c0f4b68431
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -421,7 +421,7 @@ (define-public catch-framework2-1
(define-public catch-framework2
(package
(name "catch2")
(version "2.13.2")
(version "2.13.8")
(home-page "https://github.com/catchorg/Catch2")
(source (origin
(method git-fetch)
@ -431,7 +431,7 @@ (define-public catch-framework2
(file-name (git-file-name name version))
(sha256
(base32
"100r0kmra8jmra2hv92lzvwcmphpaiccwvq3lpdsa5b7hailhach"))))
"18a6d7rcb6ilhxd5dff32jkfdf2ik58pbywrv04ras70217kdq4c"))))
(build-system cmake-build-system)
(inputs
(list python-wrapper))