guix-commits
[Top][All Lists]
Advanced

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

06/12: gnu: evince: Update to 3.36.1.


From: guix-commits
Subject: 06/12: gnu: evince: Update to 3.36.1.
Date: Sat, 6 Jun 2020 03:22:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6f64a05ec920ed46a845ad399546170988d2e05d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 06:16:36 2020 +0200

    gnu: evince: Update to 3.36.1.
    
    * gnu/packages/gnome.scm (evince): Update to 3.36.1.
---
 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 7335dc1..6bcc36d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1668,7 +1668,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "3.34.2")
+    (version "3.36.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/evince/"
@@ -1676,7 +1676,7 @@ forgotten when the session ends.")
                                  "evince-" version ".tar.xz"))
              (sha256
               (base32
-               "05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w"))))
+               "1msbb66lasikpfjpkwsvi7h22hqmk275850ilpdqwbd0b39vzf4c"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-nautilus" "--enable-introspection")
@@ -1726,8 +1726,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://www.gnome.org/projects/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]