gnu: cloc: Update to 1.88.

* gnu/packages/code.scm (cloc): Update to 1.88.
This commit is contained in:
Tobias Geerinckx-Rice 2020-09-22 01:35:48 +02:00
parent dd492cb853
commit bfc0a2ffa8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -233,7 +233,7 @@ (define ref
(define-public cloc
(package
(name "cloc")
(version "1.86")
(version "1.88")
(source
(origin
(method git-fetch)
@ -242,7 +242,7 @@ (define-public cloc
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "082gj2b3x11bilz8c572dd60vn6n0fhld5zhi7wk7g1wy9wlgm9w"))))
(base32 "1ixgswzbzv63bl50gb2kgaqr0jcicjz6w610hi9fal1i7744zraw"))))
(build-system gnu-build-system)
(inputs
`(("coreutils" ,coreutils)