From 500de13b8f1b242b9cfeb1d15037799f4e0ba281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 30 Dec 2025 12:28:40 +0800 Subject: [PATCH] gnu: xfce4-cpugraph-plugin: Update to 1.3.0. * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.3.0. Change-Id: I9e72319d8dc308a83b74598e5403666a09d6969b --- 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 6fde4d272d4e5d02b8b77987fdb6508d23b45959..c7277251f6ff1a5df22d233685b859d4943bca8a 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1734,7 +1734,7 @@ A plugin for the Xfce panel is also available.") (define-public xfce4-cpugraph-plugin (package (name "xfce4-cpugraph-plugin") - (version "1.2.11") + (version "1.3.0") (source (origin (method git-fetch) @@ -1744,7 +1744,7 @@ A plugin for the Xfce panel is also available.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1z3vbpn6ylx32fnncswi0ghp01bpxqvs0idmr8fc3rl546pgmqa3")))) + (base32 "1xqihcnpz2548832f9lcs4aflk0s2jz88n16i80i0rnark22hw11")))) (build-system gnu-build-system) (native-inputs (list xfce4-dev-tools))