gnu: cmocka: Update to 1.1.1.
* gnu/packages/check.scm (cmocka): Update to 1.1.1.
This commit is contained in:
parent
38bb9df150
commit
17c3f1fb67
1 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ multi-paradigm automated test framework for C++ and Objective-C.")
|
||||||
(define-public cmocka
|
(define-public cmocka
|
||||||
(package
|
(package
|
||||||
(name "cmocka")
|
(name "cmocka")
|
||||||
(version "1.1.0")
|
(version "1.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://cmocka.org/files/"
|
(uri (string-append "https://cmocka.org/files/"
|
||||||
|
@ -165,7 +165,7 @@ multi-paradigm automated test framework for C++ and Objective-C.")
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c0k8ax16fgh39nsva09q4jsh83g9nxihkwj9d5666763fzx6q79"))))
|
"1283zi9qf5613g8iadm1fxmjh4rzxqd5np2j3lcpgairf25g8bph"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; No test target
|
`(#:tests? #f)) ; No test target
|
||||||
|
|
Reference in a new issue