guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: eolie: Update to 0.9.99.


From: guix-commits
Subject: 05/05: gnu: eolie: Update to 0.9.99.
Date: Wed, 7 Oct 2020 07:55:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7adaf193443e7c6148cc8692cd09cd1f95ac8310
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 7 03:21:05 2020 +0200

    gnu: eolie: Update to 0.9.99.
    
    * gnu/packages/gnome.scm (eolie): Update to 0.9.99.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9daf41f..dfe3b47 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6414,14 +6414,14 @@ almost all of them.")
 (define-public eolie
   (package
     (name "eolie")
-    (version "0.9.98.1")
+    (version "0.9.99")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://adishatz.org/eolie/eolie-";
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1d844zva5w4p9pnp9c2g7zyb4vayr2g2drf78spxsdlc5lbd7lqr"))))
+                "0zj5v7wxqj7c20bmil127ah0vnjfzvvf6kzz82b9ip3846h43j02"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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