gnu: cloc: Update to 1.94.

* gnu/packages/code.scm (cloc): Update to 1.94.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent ada683cb31
commit ac24de553a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -284,7 +284,7 @@ (define ref
(define-public cloc
(package
(name "cloc")
(version "1.92")
(version "1.94")
(source
(origin
(method git-fetch)
@ -293,7 +293,7 @@ (define-public cloc
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1hy1hskiw02b7xaxn2qz0v7znj14l49w1anx20z6rkcps7212l5l"))))
(base32 "082kkzr168lkv35hvijq95b817lyj2azcwld47xpws9h35556jlv"))))
(build-system gnu-build-system)
(inputs
(list coreutils