From: Jordan Moore <lockbox@struct.foo>
To: 75031@debbugs.gnu.org
Cc: Jordan Moore <lockbox@struct.foo>
Subject: [bug#75031] [PATCH] gnu: cloc: Update to 2.02.
Date: Sun, 22 Dec 2024 12:19:12 -0500 [thread overview]
Message-ID: <47119eb9a3b804bbfd19e17c9a71d0b2f6f9ee53.1734887952.git.lockbox@struct.foo> (raw)
* 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
next reply other threads:[~2024-12-22 17:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-22 17:19 Jordan Moore [this message]
2024-12-23 21:52 ` [bug#75031] QA review for 75031 Rodion Goritskov
2024-12-24 5:07 ` bug#75031: [PATCH] gnu: cloc: Update to 2.02 宋文武 via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=47119eb9a3b804bbfd19e17c9a71d0b2f6f9ee53.1734887952.git.lockbox@struct.foo \
--to=lockbox@struct.foo \
--cc=75031@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).