guix-commits
[Top][All Lists]
Advanced

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

94/107: gnu: evince: Update to 3.36.0.


From: guix-commits
Subject: 94/107: gnu: evince: Update to 3.36.0.
Date: Tue, 12 May 2020 10:53:35 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit b37903a88cb745d8e85fd52aacc1835496f68a7b
Author: Kei Kebreau <address@hidden>
AuthorDate: Thu Apr 23 17:28:16 2020 -0400

    gnu: evince: Update to 3.36.0.
    
    * gnu/packages/gnome.scm (evince): Update to 3.36.0.
    [home-page]: Follow redirect.
---
 gnu/packages/gnome.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4f78dba..e72a5a5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1598,7 +1598,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "3.34.2")
+    (version "3.36.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/evince/"
@@ -1606,7 +1606,7 @@ forgotten when the session ends.")
                                  "evince-" version ".tar.xz"))
              (sha256
               (base32
-               "05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w"))))
+               "1a7v534sqbg7rlrvg9x1rffdf6p9n37blp3wix6anyfl6i99n7c5"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-nautilus" "--enable-introspection")
@@ -1656,8 +1656,7 @@ forgotten when the session ends.")
        ("gobject-introspection" ,gobject-introspection)
        ("pkg-config" ,pkg-config)
        ("xmllint" ,libxml2)))
-    (home-page
-     "https://www.gnome.org/projects/evince/";)
+    (home-page "https://wiki.gnome.org/Apps/Evince";)
     (synopsis "GNOME's document viewer")
     (description
      "Evince is a document viewer for multiple document formats.  It



reply via email to

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