gnu: cloc: Update to 1.86.

* gnu/packages/code.scm (cloc): Update to 1.86.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-30 02:03:44 +02:00
parent a29a8a91fd
commit ec8dc2157a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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)