~ruther/guix-local

dea3a3fc635b5122be54468e4742cebdc0c0d052 — 宋文武 2 months ago 3b328f6
gnu: xfce4-cpufreq-plugin: Update to 1.3.0.

* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.3.0.

Change-Id: Ibd49fff0c019f87fbec9ceccbe5781dec0a30028
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xfce.scm
M gnu/packages/xfce.scm => gnu/packages/xfce.scm +2 -2
@@ 1845,7 1845,7 @@ precedence rules, and the following functions and common constants.")
(define-public xfce4-cpufreq-plugin
  (package
    (name "xfce4-cpufreq-plugin")
    (version "1.2.9")
    (version "1.3.0")
    (source
     (origin
       (method git-fetch)


@@ 1855,7 1855,7 @@ precedence rules, and the following functions and common constants.")
             (commit (string-append name "-" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0m90li6lq7d4fvv3pvqvyhd13pijcmz5ipfnr1z7a0jhjkskabjq"))))
        (base32 "14c70j8gpqwzy1k2nkzdfgkryhy98y9hy9d2y1991n1c6cxj1790"))))
    (build-system gnu-build-system)
    (native-inputs
     (list xfce4-dev-tools))