summaryrefslogtreecommitdiff
path: root/gnu/packages/xfce.scm
diff options
context:
space:
mode:
authorMichael Rohleder <mike@rohleder.de>2021-01-12 04:27:01 +0100
committerLudovic Courtès <ludo@gnu.org>2021-01-16 23:01:49 +0100
commit948e5c9148b4157b7934425542d0ec994c08bfee (patch)
treea35e89b9ecd9232c8c55d5bc96bea8bacd2abfe4 /gnu/packages/xfce.scm
parente13f90580c0edc6c8b3731d959dcff0b1402e106 (diff)
downloadguix-patches-948e5c9148b4157b7934425542d0ec994c08bfee.tar
guix-patches-948e5c9148b4157b7934425542d0ec994c08bfee.tar.gz
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>
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r--gnu/packages/xfce.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 77c366b0a2..c57944ebb7 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -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)