mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 10:20:14 +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
|
||||
(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")
|
||||
|
|
Loading…
Add table
Reference in a new issue