From 74b3296fa8051f2650aaaaf51e1e0be097a5dbaa Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sun, 1 Jan 2023 06:04:23 +0800 Subject: [PATCH 03/12] gnu: xfce4-cpufreq-plugin: Update to 1.2.8. * gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.8. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 87d70084f1..6d825cfe78 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1577,7 +1577,7 @@ (define-public xfce4-calculator-plugin (define-public xfce4-cpufreq-plugin (package (name "xfce4-cpufreq-plugin") - (version "1.2.7") + (version "1.2.8") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/panel-plugins/" @@ -1586,7 +1586,7 @@ (define-public xfce4-cpufreq-plugin "/xfce4-cpufreq-plugin-" version ".tar.bz2")) (sha256 (base32 - "1365pj6viij492hq4mw34w4390sfdrn94rdgm2r1f6gma1hzpm2s")))) + "1sbkjphrlyyqsmdggq2624qr45wkkrmvczpv04h5fpkjykcmir07")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config)) -- 2.38.1