guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

30/35: gnu: xfdashboard: Update to 1.0.0.


From: guix-commits
Subject: 30/35: gnu: xfdashboard: Update to 1.0.0.
Date: Sat, 28 Jan 2023 21:50:02 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 30ac38226dd446a0ced057f9ada12536d873f8ce
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sat Jan 28 16:39:09 2023 +0800

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]