me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-cpufreq-plugin: Update to 1.2.3.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Michael Rohleder 2021-01-12 04:27:01 +01:00 committed by Ludovic Courtès
parent e13f90580c
commit 948e5c9148
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -1499,7 +1499,7 @@ precedence rules, and the following functions and common constants.")
(define-public xfce4-cpufreq-plugin
(package
(name "xfce4-cpufreq-plugin")
(version "1.2.2")
(version "1.2.3")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
@ -1508,7 +1508,7 @@ precedence rules, and the following functions and common constants.")
"/xfce4-cpufreq-plugin-" version ".tar.bz2"))
(sha256
(base32
"16748wxy8aa5cxga0dbfrq7kv40alg5yx967r2l6vjapv2w083sh"))))
"1g07rpbq61dbdz0zvvb0xz6ipympxadwknn5y5q3v85k0nr9qfbx"))))
(build-system gnu-build-system)
(native-inputs
`(("intltool" ,intltool)