This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3e649dee51 gnu: tuned-minimal: Update to 2.27.0.
3e649dee51 is described below

commit 3e649dee51afa2815b2d172d158990622023c468
Author: Giacomo Leidi <[email protected]>
AuthorDate: Mon Mar 9 00:42:25 2026 +0100

    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
---
 gnu/packages/power.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/power.scm b/gnu/packages/power.scm
index f4e5ffd307..87186a7133 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"

Reply via email to