gnu: check: Update to 0.14.0.

* gnu/packages/check.scm (check): Update to 0.14.0.
This commit is contained in:
Marius Bakke 2020-02-12 17:40:31 +01:00
parent 6ecb884683
commit cf99239cee
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -78,7 +78,7 @@ (define-module (gnu packages check)
(define-public check
(package
(name "check")
(version "0.13.0")
(version "0.14.0")
(source
(origin
(method url-fetch)
@ -86,7 +86,7 @@ (define-public check
version "/check-" version ".tar.gz"))
(sha256
(base32
"02crar51gniijrrl9p8f9maibnwc33n76kw5cqr7xk3s8hqnncy4"))))
"02zkfiyklckmivrfvdsrlzvzphkdsgjrz3igncw05dv5pshhq3xx"))))
(build-system gnu-build-system)
(home-page "https://libcheck.github.io/check/")
(synopsis "Unit test framework for C")