aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
author宋文武 <iyzsong@member.fsf.org>2024-09-03 07:38:50 +0800
committer宋文武 <iyzsong@member.fsf.org>2024-09-06 07:30:55 +0800
commitd38b10acb6e3779b108d276f81a85195ea646693 (patch)
treeedb742658185c709cd2d70fd54bde852cce13697 /gnu/packages
parentef216fd374e5c3928d817049be8c6f6d11991a90 (diff)
downloadguix-d38b10acb6e3779b108d276f81a85195ea646693.tar.gz
guix-d38b10acb6e3779b108d276f81a85195ea646693.zip
gnu: xfburn: Update to 0.7.2.
* gnu/packages/xfce.scm (xfburn): Update to 0.7.2. Change-Id: Id6c813830692fe2d692e080d045fac5984de578c
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/xfce.scm4
1 files 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))