gnu: kcov: Update to 40.

* gnu/packages/code.scm (kcov): Update to 40.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-10 03:07:34 +01:00
parent 746e590d4a
commit b834f73bc7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -562,7 +562,7 @@ results and determine build stability.")
(define-public kcov (define-public kcov
(package (package
(name "kcov") (name "kcov")
(version "39") (version "40")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -571,7 +571,7 @@ results and determine build stability.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"09wf1k4dlpdhqjjgq2bibmgy8i3z32wf0zxhd2px2dvg92m4zwqr")))) "0zayhmx6s377bxmkmvl9d9vjzfbpvh1k9ba6np4zdjvjjq327xag"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; no test target `(#:tests? #f ; no test target