mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: check: Update to 0.14.0.
* gnu/packages/check.scm (check): Update to 0.14.0.
This commit is contained in:
parent
6ecb884683
commit
cf99239cee
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@
|
||||||
(define-public check
|
(define-public check
|
||||||
(package
|
(package
|
||||||
(name "check")
|
(name "check")
|
||||||
(version "0.13.0")
|
(version "0.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
version "/check-" version ".tar.gz"))
|
version "/check-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02crar51gniijrrl9p8f9maibnwc33n76kw5cqr7xk3s8hqnncy4"))))
|
"02zkfiyklckmivrfvdsrlzvzphkdsgjrz3igncw05dv5pshhq3xx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://libcheck.github.io/check/")
|
(home-page "https://libcheck.github.io/check/")
|
||||||
(synopsis "Unit test framework for C")
|
(synopsis "Unit test framework for C")
|
||||||
|
|
Loading…
Add table
Reference in a new issue