guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: xfburn: Update to 0.6.2.


From: guix-commits
Subject: 05/14: gnu: xfburn: Update to 0.6.2.
Date: Mon, 9 Mar 2020 11:01:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d4e8859ba535d927534233fc73fa45ff0e32d7b5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Mar 9 05:00:42 2020 +0100

    gnu: xfburn: Update to 0.6.2.
    
    * gnu/packages/xfce.scm (xfburn): Update to 0.6.2.
---
 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 3aacfb0..c04f411 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1047,7 +1047,7 @@ sending standard messages over D-Bus using the
 (define-public xfburn
   (package
     (name "xfburn")
-    (version "0.6.1")
+    (version "0.6.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://archive.xfce.org/src/apps/xfburn/";
@@ -1055,7 +1055,7 @@ sending standard messages over D-Bus using the
                                   "xfburn-" version ".tar.bz2"))
               (sha256
                (base32
-                "0ydka5lf9n614gb5xc9bn9297nilgmkfqlb7q1y2yrc97882nxxk"))))
+                "09q3s2rkpf0ljzq6bv4hl9byvaggjq7lchfw5zaircwv5q9nwhc3"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)



reply via email to

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