GNU bug report logs -
#75031
[PATCH] gnu: cloc: Update to 2.02.
Previous Next
Reported by: Jordan Moore <lockbox <at> struct.foo>
Date: Sun, 22 Dec 2024 17:20:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75031 in the body.
You can then email your comments to 75031 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75031
; Package
guix-patches
.
(Sun, 22 Dec 2024 17:20:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jordan Moore <lockbox <at> struct.foo>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 22 Dec 2024 17:20:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> qq.com>
;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus <at> gmail.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
+;;; Copyright © 2024 Jordan Moore <lockbox <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#75031
; Package
guix-patches
.
(Mon, 23 Dec 2024 21:54:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 75031 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 75031 + reviewed-looks-good
thanks
Guix QA review form submission:
Builds, runs, works fine!
Items marked as checked: Package builds, Commit messages
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Tue, 24 Dec 2024 05:05:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jordan Moore <lockbox <at> struct.foo>
:
bug acknowledged by developer.
(Tue, 24 Dec 2024 05:05:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 75031-done <at> debbugs.gnu.org (full text, mbox):
Jordan Moore <lockbox <at> struct.foo> writes:
> * gnu/packages/code.scm (cloc): Update to 2.02.
Pushed to master, thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 21 Jan 2025 12:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 151 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.