guix_mirror_bot pushed a commit to branch master
in repository guix.

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

    gnu: xfburn: Update to 0.8.0.
    
    * gnu/packages/xfce.scm (xfburn): Update to 0.8.0.
    
    Change-Id: I1ec742810c7d82fa95dc76a55f7afcd0f24001a4
---
 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 f72e3e4ce3..d7b5eca96f 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1565,7 +1565,7 @@ sending standard messages over D-Bus using the
 (define-public xfburn
   (package
     (name "xfburn")
-    (version "0.7.2")
+    (version "0.8.0")
     (source
      (origin
        (method git-fetch)
@@ -1574,7 +1574,7 @@ sending standard messages over D-Bus using the
              (commit (string-append name "-" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18i25n81qzgb77w5vc6n4hwnw893204az8c1bg5k9229sz28r7vq"))))
+        (base32 "1x6kx4f29cv69yj6llf0hwijr656wdcmhi5paj15wlmm3i9j6hyp"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags

Reply via email to