diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 19:59:38 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 20:09:29 +0100 |
commit | b440df0af37d3f1b57c9416267c79ba1fbc6d5e6 (patch) | |
tree | 9fb79be4aab82d9400ad0b7dd1d006dace8cfdab /gnu | |
parent | f4c830641ee4f25d89aa16fcef6db85ab2216c34 (diff) | |
download | patches-b440df0af37d3f1b57c9416267c79ba1fbc6d5e6.tar patches-b440df0af37d3f1b57c9416267c79ba1fbc6d5e6.tar.gz |
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.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xfce.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index b2ef3cdce2..487f23ddd8 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))) |