guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: evince: Update to 3.34.1.


From: guix-commits
Subject: 01/02: gnu: evince: Update to 3.34.1.
Date: Mon, 28 Oct 2019 08:04:16 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit e24e652239f3574d223f196f7d693d2784d628d1
Author: Tanguy Le Carrour <address@hidden>
Date:   Mon Oct 28 11:16:13 2019 +0100

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



reply via email to

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