This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a90ea82d1d gnu: cloc: Update to 2.08.
a90ea82d1d is described below
commit a90ea82d1d5547941f7ee202c8ffa821f8823ccc
Author: Patrick Norton <[email protected]>
AuthorDate: Tue Feb 3 06:59:09 2026 -0500
gnu: cloc: Update to 2.08.
* gnu/packages/code.scm (cloc): Update to 2.08.
Change-Id: I0f667b5fe7c222924624b8764773615d9985c1e2
Signed-off-by: Nicolas Goaziou <[email protected]>
---
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 c2fbc72463..9176f2f22e 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -424,7 +424,7 @@ COCOMO model or user-provided parameters.")
(define-public cloc
(package
(name "cloc")
- (version "2.06")
+ (version "2.08")
(source
(origin
(method git-fetch)
@@ -433,7 +433,7 @@ COCOMO model or user-provided parameters.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02l56ks3p3344nf6lz9s3aym9f0xslkns8q8d8zm1i3whf98iymv"))))
+ (base32 "1pk4v9w2c8wzdjimk23gndrcrd3y6cxi0avds3a36yasd3mg45hm"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal