summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorGiacomo Leidi <therewasa@fishinthecalculator.me>2026-03-09 00:42:25 +0100
committerGiacomo Leidi <therewasa@fishinthecalculator.me>2026-03-09 00:49:46 +0100
commit3e649dee51afa2815b2d172d158990622023c468 (patch)
tree10c2c166a94a2127f82882294d768d933b9bcf72 /gnu/packages
parent77db9c85045e4c72d15346bcb8b86c47c6403c07 (diff)
gnu: tuned-minimal: Update to 2.27.0.
* gnu/packages/power.scm (tuned-minimal): Update to 2.27.0. (tuned): Update to 2.27.0. Change-Id: I2e66232ba8fe4c05bd71061cbf40aa687ce8db99
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/power.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/power.scm b/gnu/packages/power.scm
index f4e5ffd3078..87186a71331 100644
--- a/gnu/packages/power.scm
+++ b/gnu/packages/power.scm
@@ -158,7 +158,7 @@ Back-UPS, and BackUPS-Office.")
(define-public tuned-minimal
(package
(name "tuned-minimal")
- (version "2.26.0")
+ (version "2.27.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -167,7 +167,7 @@ Back-UPS, and BackUPS-Office.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r4a42s2hk9hcrp835164yzddmvr8n4b17bhhpwxx16iiaizramn"))))
+ "11h65i65y0ly3iw8kkhzq6mv8csw9jkgy57k51jf3g99w57pcl9y"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -215,8 +215,8 @@ Back-UPS, and BackUPS-Office.")
(("/etc/modprobe\\.d/tuned\\.conf")
"/etc/tuned/modprobe.d/tuned.conf"))))
;; There is nothing to build except documentation.
- ;; https://github.com/redhat-performance/tuned/blob/v2.26.0/INSTALL#L4
- ;; https://github.com/redhat-performance/tuned/blob/v2.26.0/tuned.spec
+ ;; https://github.com/redhat-performance/tuned/blob/v2.27.0/INSTALL#L4
+ ;; https://github.com/redhat-performance/tuned/blob/v2.27.0/tuned.spec
(replace 'build
(lambda* (#:key inputs #:allow-other-keys)
(invoke "make" "html"