mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: cloc: Update to 1.86.
* gnu/packages/code.scm (cloc): Update to 1.86.
This commit is contained in:
parent
a29a8a91fd
commit
ec8dc2157a
1 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ (define ref
|
|||
(define-public cloc
|
||||
(package
|
||||
(name "cloc")
|
||||
(version "1.84")
|
||||
(version "1.86")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -231,7 +231,7 @@ (define-public cloc
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "14xikdwcr6pcnkk2i43zrsj88z8b3mrv0svbnbvxvarw1id83pnn"))))
|
||||
(base32 "082gj2b3x11bilz8c572dd60vn6n0fhld5zhi7wk7g1wy9wlgm9w"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("coreutils" ,coreutils)
|
||||
|
|
Loading…
Reference in a new issue