gnu: check: Update to 0.10.0.
* gnu/packages/check.scm (check): Update to 0.10.0. [home-page]: Project has moved to github.
This commit is contained in:
parent
6e4e336ce1
commit
f4d9339c0f
|
@ -34,17 +34,17 @@
|
||||||
(define-public check
|
(define-public check
|
||||||
(package
|
(package
|
||||||
(name "check")
|
(name "check")
|
||||||
(version "0.9.14")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/check/check/"
|
(uri (string-append "https://github.com/libcheck/check/files/71408/"
|
||||||
version "/check-" version ".tar.gz"))
|
"/check-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02l4g79d81s07hzywcv1knwj5dyrwjiq2pgxaz7kidxi8m364wn2"))))
|
"0lhhywf5nxl3dd0hdakra3aasl590756c9kmvyifb3vgm9k0gxgm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://check.sourceforge.net/")
|
(home-page "https://libcheck.github.io/check/")
|
||||||
(synopsis "Unit test framework for C")
|
(synopsis "Unit test framework for C")
|
||||||
(description
|
(description
|
||||||
"Check is a unit testing framework for C. It features a simple
|
"Check is a unit testing framework for C. It features a simple
|
||||||
|
|
Loading…
Reference in New Issue