unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#61738] [PATCH] gnu: cloc: Update to 1.96.1.
@ 2023-02-23 12:32 Philippe SWARTVAGHER
  2023-03-02  3:15 ` bug#61738: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe SWARTVAGHER @ 2023-02-23 12:32 UTC (permalink / raw)
  To: 61738; +Cc: Philippe SWARTVAGHER

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61738: [PATCH] gnu: cloc: Update to 1.96.1.
  2023-02-23 12:32 [bug#61738] [PATCH] gnu: cloc: Update to 1.96.1 Philippe SWARTVAGHER
@ 2023-03-02  3:15 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-03-02  3:15 UTC (permalink / raw)
  To: Philippe SWARTVAGHER; +Cc: 61738-done

Philippe SWARTVAGHER <phil.swart@gmx.fr> writes:

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

Applied, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-02  3:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-23 12:32 [bug#61738] [PATCH] gnu: cloc: Update to 1.96.1 Philippe SWARTVAGHER
2023-03-02  3:15 ` bug#61738: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).