gnu: cmocka: Update to 1.1.3.

* gnu/packages/check.scm (cmocka): Update to 1.1.3.
master
Tobias Geerinckx-Rice 2019-02-21 07:48:29 +01:00
parent db3fb5b9ad
commit 79401e5311
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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