~ruther/guix-local

d2d51a2df5caf2f18d770661403ac2b0027fec5a — Artyom V. Poptsov 7 months ago 901d8f7
gnu: thermald: Update to 2.5.10.

* gnu/packages/admin.scm (thermald): Update to 2.5.10.
[home-page]: Set URI to "https://github.com/intel/thermal_daemon" as the
original URI is permanently redirected.

Change-Id: I2fa1ff116de64c2c8e9476fe7f529a5c1542ba41
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +3 -3
@@ 4755,7 4755,7 @@ hard-coded.")
(define-public thermald
  (package
    (name "thermald")
    (version "2.5.9")
    (version "2.5.10")
    (source
     (origin
      (method git-fetch)


@@ 4764,7 4764,7 @@ hard-coded.")
             (commit (string-append "v" version))))
      (file-name (git-file-name name version))
      (sha256
       (base32 "07rnf5xy2y7nmhwfcdv0vd08x5l25hflnnrgirahrngbkp0zmny9"))))
       (base32 "1d8yj3d9crqz9ikzb0n2cdaal52gmw25kp6vy2gldwj8x6a3gngr"))))
    (build-system gnu-build-system)
    (arguments
     (list


@@ 4789,7 4789,7 @@ hard-coded.")
           pkg-config))
    (inputs
     (list dbus-glib libevdev libxml2 upower xz))
    (home-page "https://01.org/linux-thermal-daemon/")
    (home-page "https://github.com/intel/thermal_daemon")
    (synopsis "CPU scaling for thermal management")
    (description "The Linux Thermal Daemon helps monitor and control temperature
on systems running the Linux kernel.")