guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: evince: Update to 3.34.2.


From: guix-commits
Subject: 06/07: gnu: evince: Update to 3.34.2.
Date: Thu, 2 Jan 2020 16:57:38 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 936d56427a76f0d60a5257288a620701f2da4a35
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jan 2 01:09:10 2020 +0100

    gnu: evince: Update to 3.34.2.
    
    * gnu/packages/gnome.scm (evince): Update to 3.34.2.
---
 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 564ea07..22217aa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1003,7 +1003,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "3.34.1")
+    (version "3.34.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/evince/"
@@ -1011,7 +1011,7 @@ forgotten when the session ends.")
                                  "evince-" version ".tar.xz"))
              (sha256
               (base32
-               "1pr6fvbaam1mzxjwyqd53hcxzdjzf73idn10j4j7n54nwg6hgr45"))))
+               "05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-nautilus")



reply via email to

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