gnu: cloc: Update to 1.90.

* gnu/packages/code.scm (cloc): Update to 1.90.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-02 22:56:55 +02:00
parent 42adc2142a
commit aa74d37b6f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -242,16 +242,16 @@ (define ref
(define-public cloc
(package
(name "cloc")
(version "1.88")
(version "1.90")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/AlDanial/cloc")
(commit version)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1ixgswzbzv63bl50gb2kgaqr0jcicjz6w610hi9fal1i7744zraw"))))
(base32 "0ic9q6qqw5f1wafp9lpmhr0miasbdb9zr59c0jlymnzffdmnliyc"))))
(build-system gnu-build-system)
(inputs
`(("coreutils" ,coreutils)