diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2023-01-28 16:39:09 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-01-29 09:17:01 +0800 |
commit | 30ac38226dd446a0ced057f9ada12536d873f8ce (patch) | |
tree | 87d668608627aba09ca6b7a8ef24abbade17c41f /gnu | |
parent | 0236f4be850e114d8d1fa1b9d7a528fff7c39246 (diff) |
gnu: xfdashboard: Update to 1.0.0.
* gnu/packages/xfce.scm (xfdashboard): Update to 1.0.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |