emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61738: closed ([PATCH] gnu: cloc: Update to 1.96.1.)


From: GNU bug Tracking System
Subject: bug#61738: closed ([PATCH] gnu: cloc: Update to 1.96.1.)
Date: Thu, 02 Mar 2023 03:16:02 +0000

Your message dated Thu, 02 Mar 2023 11:15:37 +0800
with message-id <87sfenq1wm.fsf@envs.net>
and subject line Re: bug#61738: [PATCH] gnu: cloc: Update to 1.96.1.
has caused the debbugs.gnu.org bug report #61738,
regarding [PATCH] gnu: cloc: Update to 1.96.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61738: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61738
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#61738: [PATCH] gnu: cloc: Update to 1.96.1. Date: Thu, 02 Mar 2023 11:15:37 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Philippe SWARTVAGHER <phil.swart@gmx.fr> writes:

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

Applied, thank you!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]