mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cloc: Update to 1.94.
* gnu/packages/code.scm (cloc): Update to 1.94.
This commit is contained in:
parent
ada683cb31
commit
ac24de553a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue