iyzsong pushed a commit to branch master
in repository guix.

commit d38b10acb6e3779b108d276f81a85195ea646693
Author: 宋文武 <[email protected]>
AuthorDate: Tue Sep 3 07:38:50 2024 +0800

    gnu: xfburn: Update to 0.7.2.
    
    * gnu/packages/xfce.scm (xfburn): Update to 0.7.2.
    
    Change-Id: Id6c813830692fe2d692e080d045fac5984de578c
---
 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 5aeefd2f7d..ed54ce274a 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1424,7 +1424,7 @@ sending standard messages over D-Bus using the
 (define-public xfburn
   (package
     (name "xfburn")
-    (version "0.7.0")
+    (version "0.7.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/xfburn/";
@@ -1432,7 +1432,7 @@ sending standard messages over D-Bus using the
                                   "xfburn-" version ".tar.bz2"))
               (sha256
                (base32
-                "0i8zpgp4mj78pn2023pdhzb7552r3b52phzp2gjr6jq4kakhx5ms"))))
+                "09crg8vd6vs671lbbhy1ch9hf3d3xvfynh6vj5zlhpikyzch3fy2"))))
     (build-system gnu-build-system)
     (native-inputs
      (list intltool pkg-config))

Reply via email to