guix-commits
[Top][All Lists]
Advanced

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

01/09: gnu: eolie: Update to 0.9.63.


From: guix-commits
Subject: 01/09: gnu: eolie: Update to 0.9.63.
Date: Thu, 29 Aug 2019 23:36:30 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fa8ef3ed70a81771e888d6e7cdcc6612fadbdbda
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 30 02:44:25 2019 +0200

    gnu: eolie: Update to 0.9.63.
    
    * gnu/packages/gnome.scm (eolie): Update to 0.9.63.
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6ef6fdf..ab2c819 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4312,15 +4312,15 @@ work and the interface is well tested.")
 (define-public eolie
   (package
     (name "eolie")
-    (version "0.9.62")
+    (version "0.9.63")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://gitlab.gnome.org/World/eolie/";
-                                  "uploads/bb4aad19272cc636bd17f2f6602127fe/"
+                                  "uploads/d42b466752729a0d3fa828a721e25043/"
                                   "eolie-" version ".tar.xz"))
               (sha256
                (base32
-                "06v76hg87fnhw45dil5vvl20myvaa38n1jqsl0lmkkq6af4mk8wx"))))
+                "11pp8g0w22h1q0bbj9517l5838gcymvvp8fp9kh6h2dmgir2ssih"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t



reply via email to

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