This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1a37bc5347 gnu: tlp: Update to 1.5.0.
1a37bc5347 is described below
commit 1a37bc534772479dbd2eea00c23cb5cb3ddf7e40
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 8 17:45:41 2022 +0100
gnu: tlp: Update to 1.5.0.
* gnu/packages/linux.scm (tlp): Update to 1.5.0.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ecce028191..6b0b3ad7c2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2016, 2017 Alex Kost <[email protected]>
;;; Copyright © 2016 Raymond Nicholson <[email protected]>
;;; Copyright © 2016 Mathieu Lirzin <[email protected]>
-;;; Copyright © 2016, 2018, 2019, 2020, 2021 Nicolas Goaziou
<[email protected]>
+;;; Copyright © 2016, 2018–2022 Nicolas Goaziou <[email protected]>
;;; Copyright © 2016, 2018, 2019, 2020, 2021 Ricardo Wurmus
<[email protected]>
;;; Copyright © 2016 David Craven <[email protected]>
;;; Copyright © 2016 John Darrington <[email protected]>
@@ -6888,7 +6888,7 @@ interface in sysfs, which can be accomplished with the
included udev rules.")
(define-public tlp
(package
(name "tlp")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method git-fetch)
@@ -6897,7 +6897,7 @@ interface in sysfs, which can be accomplished with the
included udev rules.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0bnsz9bw9rj1apl80jwz39zj5mnlps3jbckihvl8bbdbrbhj6p06"))))
+ (base32 "0cssclk2brhwvn9dm7h5snm2svwy0c8cfr4z2cgkdkac2pfaaxw4"))))
(native-inputs
(list shellcheck))
(inputs