gnu: tlp: Update to 1.1.
* gnu/packages/linux.scm (tlp): Update to 1.1.
This commit is contained in:
parent
28e3569f1f
commit
59d999f9f6
|
@ -4039,7 +4039,7 @@ Light is the successor of lightscript.")
|
||||||
(define-public tlp
|
(define-public tlp
|
||||||
(package
|
(package
|
||||||
(name "tlp")
|
(name "tlp")
|
||||||
(version "1.0")
|
(version "1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4049,7 +4049,7 @@ Light is the successor of lightscript.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v3qpj9kp4rxwqapayd0i9419wwv4bikyrzjvqn0r9xkgnr1f9v4"))))
|
"068hzmh90x600saynbl7iwg1pm0ywldn4jazyxx5y1fixs8s1qbn"))))
|
||||||
(inputs `(("bash" ,bash)
|
(inputs `(("bash" ,bash)
|
||||||
("dbus" ,dbus)
|
("dbus" ,dbus)
|
||||||
("ethtool" ,ethtool)
|
("ethtool" ,ethtool)
|
||||||
|
|
Loading…
Reference in New Issue