guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 344b1d6deb8f239b04fb51503117003c18f0d56f
Author: 宋文武 <[email protected]>
AuthorDate: Tue Dec 30 12:28:39 2025 +0800

    gnu: xfdashboard: Update to 1.1.0.
    
    * gnu/packages/xfce.scm (xfdashboard): Update to 1.1.0.
    
    Change-Id: I321b47e0ed0c3dd050a9e791fbd38ad6e87074ba
---
 gnu/packages/xfce.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a5f1612780..bf2c469dc1 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1311,17 +1311,17 @@ plugin for the Xfce panel.")
 (define-public xfdashboard
   (package
     (name "xfdashboard")
-    (version "1.0.0")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url (string-append "https://gitlab.xfce.org/apps/";
                                  name))
-             (commit version)))
+             (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1blydl57xzqndcj1dkfxbmsaad27s7mqwwj3mmidz2dx9cikabl8"))))
+        (base32 "04jg2d5hxb0hlcrkb262hrk510a29alpjcdvrdrfw21rxrxyxi0g"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

Reply via email to