guix-commits
[Top][All Lists]
Advanced

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

35/97: gnu: evince: Update to 3.20.0.


From: ???
Subject: 35/97: gnu: evince: Update to 3.20.0.
Date: Thu, 07 Apr 2016 03:13:04 +0000

iyzsong pushed a commit to branch gnome-updates
in repository guix.

commit 37d2381dd24a0ceed0e7f3e2f0f5e59c41cf38f4
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 17:07:21 2016 +0800

    gnu: evince: Update to 3.20.0.
    
    * gnu/packages/gnome.scm (evince): Update to 3.20.0.
---
 gnu/packages/gnome.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c0401d6..56c5a45 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -408,7 +408,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "3.18.1")
+    (version "3.20.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -416,7 +416,7 @@ forgotten when the session ends.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0cccmbvl1b6d2976642iyfr8g3r69zf3mzl2ln6vjvvdbrv26l3v"))))
+               "1052lm4i5qq27sgk6ck5xc1cxh0qx4zzhifjhmzjlv38afj5i0yg"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-nautilus")



reply via email to

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