gnu: tlp: Update to 1.3.1.

* gnu/packages/linux.scm (tlp): Update to 1.3.1.
This commit is contained in:
Nicolas Goaziou 2020-02-12 23:03:05 +01:00
parent eeb372b562
commit 0d4e780e77
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5185,15 +5185,16 @@ (define-public brightnessctl
(define-public tlp
(package
(name "tlp")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/linrunner/TLP/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/linrunner/TLP.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "169k3xypq5rq0xiggrlpr73yr2r2x7b2d9vcr9ac96qrgph7sk7r"))))
(base32 "14fcnaz9pw534v4d8dddqq4wcvpf1kghr8zlrk62r5lrl46sp1p5"))))
(native-inputs
`(("shellcheck" ,shellcheck)))
(inputs