GNU bug report logs - #61738
[PATCH] gnu: cloc: Update to 1.96.1.

Previous Next

Package: guix-patches;

Reported by: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>

Date: Thu, 23 Feb 2023 18:53:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: bug#61738: closed (Re: bug#61738: [PATCH] gnu: cloc: Update to
 1.96.1.)
Date: Thu, 02 Mar 2023 03:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#61738: [PATCH] gnu: cloc: Update to 1.96.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 61738 <at> debbugs.gnu.org.

-- 
61738: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61738
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Cc: 61738-done <at> debbugs.gnu.org
Subject: Re: bug#61738: [PATCH] gnu: cloc: Update to 1.96.1.
Date: Thu, 02 Mar 2023 11:15:37 +0800
Philippe SWARTVAGHER <phil.swart <at> gmx.fr> writes:

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

Applied, thank you!

[Message part 3 (message/rfc822, inline)]
From: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
To: guix-patches <at> gnu.org
Cc: Philippe SWARTVAGHER <phil.swart <at> gmx.fr>
Subject: [PATCH] gnu: cloc: Update to 1.96.1.
Date: Thu, 23 Feb 2023 13:32:27 +0100
* gnu/packages/code.scm (cloc): Update to 1.96.1.
---
 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 e8bc0e4307..bfcbf29543 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -323,7 +323,7 @@ (define-public sloccount
 (define-public cloc
   (package
     (name "cloc")
-    (version "1.94")
+    (version "1.96.1")
     (source
      (origin
        (method git-fetch)
@@ -332,7 +332,7 @@ (define-public cloc
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "082kkzr168lkv35hvijq95b817lyj2azcwld47xpws9h35556jlv"))))
+        (base32 "0j7qwc5n1y05jl3rq83mf1d0pavkz9z0waqi8dxblkgw4pwwnjyv"))))
     (build-system gnu-build-system)
     (inputs
      (list coreutils

base-commit: 5e7b0a7735d9956ee8b8c3763e4ce05e2855606f
-- 
2.30.2




This bug report was last modified 2 years and 85 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.