[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/16: gnu: kcov: Update to 42.
From: |
guix-commits |
Subject: |
02/16: gnu: kcov: Update to 42. |
Date: |
Thu, 28 Sep 2023 19:12:51 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b7789fb9e19b3cc2d0c1429e0c9a4442de4570eb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200
gnu: kcov: Update to 42.
* gnu/packages/code.scm (kcov): Update to 42.
---
gnu/packages/code.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index d408e851bb..3c6af4f70c 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -623,7 +623,7 @@ results and determine build stability.")
(define-public kcov
(package
(name "kcov")
- (version "40")
+ (version "42")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -632,7 +632,7 @@ results and determine build stability.")
(file-name (git-file-name name version))
(sha256
(base32
- "0zayhmx6s377bxmkmvl9d9vjzfbpvh1k9ba6np4zdjvjjq327xag"))))
+ "14pyahpgadh845q2p1gjw2yrlqcan4n870icrn2yqdpf33cprzgk"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f ; no test target
- branch master updated (36094ba021 -> 1b0ec97bce), guix-commits, 2023/09/28
- 03/16: gnu: kcov: Clean up build phase., guix-commits, 2023/09/28
- 04/16: gnu: mlterm: Update to 3.9.3., guix-commits, 2023/09/28
- 06/16: gnu: hplip: Update to 3.23.8., guix-commits, 2023/09/28
- 01/16: gnu: libjcat: Update to 0.1.14., guix-commits, 2023/09/28
- 02/16: gnu: kcov: Update to 42.,
guix-commits <=
- 05/16: gnu: onedrive: Update to 2.4.25., guix-commits, 2023/09/28
- 07/16: gnu: remmina: Update to 1.4.32., guix-commits, 2023/09/28
- 08/16: gnu: python-srsly: Update to 2.4.8., guix-commits, 2023/09/28
- 11/16: gnu: qemu: Update to 8.1.1., guix-commits, 2023/09/28
- 09/16: gnu: erofs-utils: Update to 1.7., guix-commits, 2023/09/28
- 10/16: gnu: imgp: Update to 2.9., guix-commits, 2023/09/28
- 14/16: gnu: xen: Update package style., guix-commits, 2023/09/28
- 12/16: gnu: xen: Version the mini-os checkout., guix-commits, 2023/09/28
- 13/16: gnu: xen: Update to 4.14.6., guix-commits, 2023/09/28
- 15/16: gnu: xen: Build in parallel., guix-commits, 2023/09/28