1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Giacomo Leidi
2026-03-09 00:42:25 +01:00
parent 77db9c8504
commit 3e649dee51

View File

@@ -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"