summaryrefslogtreecommitdiff
path: root/gnu/packages/code.scm
diff options
context:
space:
mode:
authorPatrick Norton <patrick.147.norton@gmail.com>2025-11-03 20:50:16 -0500
committerGreg Hogan <code@greghogan.com>2025-11-10 19:10:40 +0000
commit9127ec827f2b21f07003b2e2f3161442e7bfe547 (patch)
treefe3a33295805614223be93762624d2b3fa26b1c7 /gnu/packages/code.scm
parent7104002b77c96e931a3026a15bf70838862b01a0 (diff)
gnu: cloc: Update to 2.06.
* gnu/packages/code.scm (cloc): Update to 2.06. Change-Id: I2d242c2b130119d2ff961408bd998322c9fbbda6 Signed-off-by: Greg Hogan <code@greghogan.com>
Diffstat (limited to 'gnu/packages/code.scm')
-rw-r--r--gnu/packages/code.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index abb210eac2c..77cfa905ea1 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.02")
+ (version "2.06")
(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 "1syh1gppjr3p2m9mq0zm3n47bhaksxcn5bx1nwqc29xn404c2fm9"))))
+ (base32 "02l56ks3p3344nf6lz9s3aym9f0xslkns8q8d8zm1i3whf98iymv"))))
(build-system gnu-build-system)
(inputs
(list bash-minimal