Archived
1
0
Fork 0

gnu: cmocka: Update to 1.1.5.

* gnu/packages/check.scm (cmocka): Update to 1.1.5.
This commit is contained in:
Tobias Geerinckx-Rice 2019-12-03 21:21:00 +01:00
parent efa45291b7
commit 1b6c5e8039
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -264,7 +264,7 @@ problem, and shows the differences.")
(define-public cmocka (define-public cmocka
(package (package
(name "cmocka") (name "cmocka")
(version "1.1.3") (version "1.1.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://cmocka.org/files/" (uri (string-append "https://cmocka.org/files/"
@ -272,7 +272,7 @@ problem, and shows the differences.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1bxzzafjlwzgldcb07hjnlnqvh88wh21r2kw7z8f704w5bvvrsj3")))) "1dm8pdvkyfa8dsbz9bpq7wwgixjij4sii9bbn5sgvqjm5ljdik7h"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; no test target `(#:tests? #f)) ; no test target