1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

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 @@ COCOMO model or user-provided parameters.")
(define-public cloc (define-public cloc
(package (package
(name "cloc") (name "cloc")
(version "1.92") (version "1.94")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -293,7 +293,7 @@ COCOMO model or user-provided parameters.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1hy1hskiw02b7xaxn2qz0v7znj14l49w1anx20z6rkcps7212l5l")))) (base32 "082kkzr168lkv35hvijq95b817lyj2azcwld47xpws9h35556jlv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list coreutils (list coreutils