mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
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>
This commit is contained in:
parent
e13f90580c
commit
948e5c9148
1 changed files with 2 additions and 2 deletions
|
@ -1499,7 +1499,7 @@ (define-public xfce4-calculator-plugin
|
||||||
(define-public xfce4-cpufreq-plugin
|
(define-public xfce4-cpufreq-plugin
|
||||||
(package
|
(package
|
||||||
(name "xfce4-cpufreq-plugin")
|
(name "xfce4-cpufreq-plugin")
|
||||||
(version "1.2.2")
|
(version "1.2.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
(uri (string-append "https://archive.xfce.org/src/panel-plugins/"
|
||||||
|
@ -1508,7 +1508,7 @@ (define-public xfce4-cpufreq-plugin
|
||||||
"/xfce4-cpufreq-plugin-" version ".tar.bz2"))
|
"/xfce4-cpufreq-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16748wxy8aa5cxga0dbfrq7kv40alg5yx967r2l6vjapv2w083sh"))))
|
"1g07rpbq61dbdz0zvvb0xz6ipympxadwknn5y5q3v85k0nr9qfbx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in a new issue