From 30ac38226dd446a0ced057f9ada12536d873f8ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Sat, 28 Jan 2023 16:39:09 +0800 Subject: gnu: xfdashboard: Update to 1.0.0. * gnu/packages/xfce.scm (xfdashboard): Update to 1.0.0. --- gnu/packages/xfce.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/xfce.scm') diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 5004ad745d..0f26ede963 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1110,7 +1110,7 @@ plugin for the Xfce panel.") (define-public xfdashboard (package (name "xfdashboard") - (version "0.8.1") + (version "1.0.0") (source (origin (method url-fetch) (uri (string-append "https://archive.xfce.org/src/apps/" @@ -1124,7 +1124,7 @@ plugin for the Xfce panel.") ".tar.bz2")) (sha256 (base32 - "1xfyli91gpw7bn9gjk6gp8lnn50qsjd5lh5mzypz9kx3l88wbas4")))) + "19a8xz6zv039j2m595v4wld3x4inidc7idfkk0pp42ffwm1l6a55")))) (build-system gnu-build-system) (native-inputs (list intltool pkg-config `(,glib "bin"))) (inputs (list clutter -- cgit v1.2.3