gnu: check: Update to 0.15.2.

* gnu/packages/check.scm (check): Update to 0.15.2.
This commit is contained in:
Marius Bakke 2020-10-11 16:37:23 +02:00
parent da2e37c1b2
commit 3bb9ba15f8
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -135,7 +135,7 @@ (define-public mutest
(define-public check
(package
(name "check")
(version "0.15.1")
(version "0.15.2")
(source
(origin
(method url-fetch)
@ -143,7 +143,7 @@ (define-public check
version "/check-" version ".tar.gz"))
(sha256
(base32
"0080qvd7gj1c7j79v9wfiwkp259gcs0xi45b8a0ds3jwjxj3vk61"))))
"02m25y9m46pb6n46s51av62kpd936lkfv3b13kfpckgvmh5lxpm8"))))
(build-system gnu-build-system)
(home-page "https://libcheck.github.io/check/")
(synopsis "Unit test framework for C")