guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: eolie: Update to 0.9.12.


From: Ricardo Wurmus
Subject: 01/03: gnu: eolie: Update to 0.9.12.
Date: Fri, 17 Nov 2017 17:18:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d72f76df11f290045e427e6a74a368098e1ad227
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Nov 17 22:57:00 2017 +0100

    gnu: eolie: Update to 0.9.12.
    
    * gnu/packages/gnome.scm (eolie): Update to 0.9.12.
    [inputs]: Add python-dateutil.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1763537..33d4c7d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4044,7 +4044,7 @@ work and the interface is well tested.")
 (define-public eolie
   (package
     (name "eolie")
-    (version "0.9.4")
+    (version "0.9.12")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/gnumdk/eolie/";
@@ -4052,7 +4052,7 @@ work and the interface is well tested.")
                                   "/eolie-" version ".tar.xz"))
               (sha256
                (base32
-                "0zw2zqgnpsvk35nrp4kqkh2hb5kchzpvi684xjv7a9hhrlsxkdqd"))))
+                "1qlaxczs82vyww06v5m8zwhvaiilp5zhxp5yp632a8947cg5blnz"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:phases
@@ -4099,6 +4099,7 @@ work and the interface is well tested.")
        ("gtk+" ,gtk+)
        ("atk" ,atk)    ; propagated by gtk+, but we need it in LD_LIBRARY_PATH
        ("python" ,python-wrapper)
+       ("python-dateutil" ,python-dateutil)
        ("python-pygobject" ,python-pygobject)
        ("python-pycairo" ,python-pycairo)
        ("libsecret" ,libsecret)



reply via email to

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