gnu: cmocka: Update to 1.1.2.
* gnu/packages/check.scm (cmocka): Update to 1.1.2.
This commit is contained in:
parent
8a68b71d99
commit
0c048c11a4
|
@ -269,7 +269,7 @@ problem, and shows the differences.")
|
||||||
(define-public cmocka
|
(define-public cmocka
|
||||||
(package
|
(package
|
||||||
(name "cmocka")
|
(name "cmocka")
|
||||||
(version "1.1.1")
|
(version "1.1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://cmocka.org/files/"
|
(uri (string-append "https://cmocka.org/files/"
|
||||||
|
@ -277,10 +277,10 @@ problem, and shows the differences.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1283zi9qf5613g8iadm1fxmjh4rzxqd5np2j3lcpgairf25g8bph"))))
|
"1p9b6ccv939wjsgapn7wx24xw278awsw9h81lm0g4zw257hx276i"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; No test target
|
`(#:tests? #f)) ; no test target
|
||||||
(home-page "https://cmocka.org/")
|
(home-page "https://cmocka.org/")
|
||||||
(synopsis "Unit testing framework for C")
|
(synopsis "Unit testing framework for C")
|
||||||
(description "Cmocka is a unit testing framework for C with support for
|
(description "Cmocka is a unit testing framework for C with support for
|
||||||
|
|
Loading…
Reference in New Issue