guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: cloc: Update to 1.96.1.


From: guix-commits
Subject: branch master updated: gnu: cloc: Update to 1.96.1.
Date: Wed, 01 Mar 2023 22:15:17 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7493ff7ae3 gnu: cloc: Update to 1.96.1.
7493ff7ae3 is described below

commit 7493ff7ae3275dd4a21fdf904d74a23fc459c661
Author: Philippe SWARTVAGHER <phil.swart@gmx.fr>
AuthorDate: Thu Feb 23 13:32:27 2023 +0100

    gnu: cloc: Update to 1.96.1.
    
    * gnu/packages/code.scm (cloc): Update to 1.96.1.
    
    Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
 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 88c251f770..5267825ec0 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -323,7 +323,7 @@ COCOMO model or user-provided parameters.")
 (define-public cloc
   (package
     (name "cloc")
-    (version "1.94")
+    (version "1.96.1")
     (source
      (origin
        (method git-fetch)
@@ -332,7 +332,7 @@ COCOMO model or user-provided parameters.")
              (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



reply via email to

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