guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: evince: Update to 3.26.0.


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: evince: Update to 3.26.0.
Date: Wed, 11 Oct 2017 15:52:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f9bd6b3aef3640c367334db33af55c57b6a43bad
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 11 15:44:04 2017 +0200

    gnu: evince: Update to 3.26.0.
    
    * gnu/packages/gnome.scm (evince): Update to 3.26.0.
---
 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 4325acb..9a41742 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -700,7 +700,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "3.24.1")
+    (version "3.26.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -708,7 +708,7 @@ forgotten when the session ends.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0dqgzwxl0xfr341r5i8j8hn6j6rhv62lmc6xbzjppcq76hhwb84w"))))
+               "1n69lkiagx2x8lrdbvdlz6c051cvzhma73b3ggnw7w1wfkdpnmkr"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-nautilus")



reply via email to

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