mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kcov: Update to 40.
* gnu/packages/code.scm (kcov): Update to 40.
This commit is contained in:
parent
746e590d4a
commit
b834f73bc7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue