all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#75031] [PATCH] gnu: cloc: Update to 2.02.
@ 2024-12-22 17:19 Jordan Moore
  0 siblings, 0 replies; only message in thread
From: Jordan Moore @ 2024-12-22 17:19 UTC (permalink / raw)
  To: 75031; +Cc: Jordan Moore

* gnu/packages/code.scm (cloc): Update to 2.02.

Change-Id: If442f42c207a810415acfab4d274c580fd066192
---
 gnu/packages/code.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 4ac0a39eda..65afd30316 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -21,6 +21,7 @@
 ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
 ;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2024 Jordan Moore <lockbox@struct.foo>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -337,7 +338,7 @@ (define-public sloccount
 (define-public cloc
   (package
     (name "cloc")
-    (version "1.96.1")
+    (version "2.02")
     (source
      (origin
        (method git-fetch)
@@ -346,7 +347,7 @@ (define-public cloc
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0j7qwc5n1y05jl3rq83mf1d0pavkz9z0waqi8dxblkgw4pwwnjyv"))))
+        (base32 "1syh1gppjr3p2m9mq0zm3n47bhaksxcn5bx1nwqc29xn404c2fm9"))))
     (build-system gnu-build-system)
     (inputs
      (list bash-minimal

base-commit: 1ca065fe68d68a2fa9c3d747f23fd11c8ecfd85b
-- 
2.46.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-22 17:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-22 17:19 [bug#75031] [PATCH] gnu: cloc: Update to 2.02 Jordan Moore

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.