guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: cloc: Update to 1.90.


From: guix-commits
Subject: 03/04: gnu: cloc: Update to 1.90.
Date: Sun, 2 May 2021 17:49:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aa74d37b6f4d95461e1b5e43dd560f4cb82a36c3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 2 22:56:55 2021 +0200

    gnu: cloc: Update to 1.90.
    
    * gnu/packages/code.scm (cloc): Update to 1.90.
---
 gnu/packages/code.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 25c8064..15e0048 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -242,16 +242,16 @@ COCOMO model or user-provided parameters.")
 (define-public cloc
   (package
     (name "cloc")
-    (version "1.88")
+    (version "1.90")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/AlDanial/cloc";)
-             (commit version)))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ixgswzbzv63bl50gb2kgaqr0jcicjz6w610hi9fal1i7744zraw"))))
+        (base32 "0ic9q6qqw5f1wafp9lpmhr0miasbdb9zr59c0jlymnzffdmnliyc"))))
     (build-system gnu-build-system)
     (inputs
      `(("coreutils" ,coreutils)



reply via email to

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