guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: xfce4-time-out-plugin: Update to 1.1.0.


From: guix-commits
Subject: 01/03: gnu: xfce4-time-out-plugin: Update to 1.1.0.
Date: Mon, 4 Nov 2019 10:25:27 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5a8b8369b03ec54b04c2fa37be4421ca96541c5d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Nov 4 14:31:59 2019 +0100

    gnu: xfce4-time-out-plugin: Update to 1.1.0.
    
    * gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.0.
    [inputs]: Substitute default Gtk+ 3 for version 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 487f23d..231cd30 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1852,7 +1852,7 @@ swap space and the system uptime in the Xfce4 panel.")
 (define-public xfce4-time-out-plugin
   (package
    (name "xfce4-time-out-plugin")
-   (version "1.0.3")
+   (version "1.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://archive.xfce.org/src/panel-plugins/";
@@ -1861,13 +1861,13 @@ swap space and the system uptime in the Xfce4 panel.")
                                   "/xfce4-time-out-plugin-" version 
".tar.bz2"))
               (sha256
                (base32
-                "0sqggsnkj40337v0c9vgakyh1zjzri6if38l85gcrnc39rlx973z"))))
+                "068a8ck08g4g1msbr7hd5zzp6lsq2a1ry1r472x0rmbna2im2jpf"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("gtk+-2" ,gtk+-2)
+     `(("gtk+" ,gtk+)
        ("libxfce4ui" ,libxfce4ui)
        ("xfce4-panel" ,xfce4-panel)))
     (home-page



reply via email to

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