gnu: cloc: Update to 1.78.

* gnu/packages/code.scm (cloc): Update to 1.78.
[source]: Update URI.
This commit is contained in:
Tobias Geerinckx-Rice 2018-09-08 14:55:12 +02:00
parent c2311644a5
commit b64e67ad40
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -211,16 +211,16 @@ COCOMO model or user-provided parameters.")
(define-public cloc (define-public cloc
(package (package
(name "cloc") (name "cloc")
(version "1.76") (version "1.78")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://github.com/AlDanial/cloc/releases/download/v" version "https://github.com/AlDanial/cloc/releases/download/" version
"/cloc-" version ".tar.gz")) "/cloc-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"05srlvzwisr7y7ymvzb5yfdsrspja27ysqdmkwhiiivy84mq2gnl")))) "176xklr2qsgxh9zdb565gib6pp4gsm585rz5fvyphgjy4i679wkv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("coreutils" ,coreutils) `(("coreutils" ,coreutils)