1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-15 05:35:53 +02:00

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
+2 -2
View File
@@ -78,7 +78,7 @@
(define-public check
(package
(name "check")
(version "0.13.0")
(version "0.14.0")
(source
(origin
(method url-fetch)
@@ -86,7 +86,7 @@
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")