guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: xfburn: Update to 0.6.1.


From: guix-commits
Subject: 07/08: gnu: xfburn: Update to 0.6.1.
Date: Sun, 3 Nov 2019 14:09:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b440df0af37d3f1b57c9416267c79ba1fbc6d5e6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Nov 3 19:59:38 2019 +0100

    gnu: xfburn: Update to 0.6.1.
    
    * gnu/packages/xfce.scm (xfburn): Update to 0.6.1.
    [inputs]: Substitute default Gtk+ version 3 for 2.
---
 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 b2ef3cd..487f23d 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.5.5")
+    (version "0.6.1")
     (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
-                "1qdd8prnsfilsprg36p95cz3z50ffr9kgvka4d5pm260lsl3l5xa"))))
+                "0ydka5lf9n614gb5xc9bn9297nilgmkfqlb7q1y2yrc97882nxxk"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
@@ -1067,7 +1067,7 @@ sending standard messages over D-Bus using the
        ("gst-plugins-good" ,gst-plugins-good)
        ("gst-plugins-ugly" ,gst-plugins-ugly)
        ("glib" ,glib)
-       ("gtk+" ,gtk+-2)
+       ("gtk+" ,gtk+)
        ("libburn" ,libburn)
        ("libisofs" ,libisofs)
        ("libxfce4ui" ,libxfce4ui)))



reply via email to

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