guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: evince: Update to 3.24.0.


From: Kei Kebreau
Subject: 01/01: gnu: evince: Update to 3.24.0.
Date: Mon, 1 May 2017 10:43:46 -0400 (EDT)

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

commit a5d8c7863c83ad701191ef95c1391a4334d1e315
Author: Kei Kebreau <address@hidden>
Date:   Mon May 1 10:42:48 2017 -0400

    gnu: evince: Update to 3.24.0.
    
    * gnu/packages/gnome.scm (evince): Update to 3.24.0.
---
 gnu/packages/gnome.scm | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8f40134..308428c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -512,7 +512,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "3.22.1")
+    (version "3.24.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -520,15 +520,10 @@ forgotten when the session ends.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0713mcrym5ykhl5smqxi6m9578gz3nkibmkmc794amss7gdkkm7k"))))
+               "13yw0i68dgqp9alyliy3zifszh7rikkpi1xbz5binvxxgfpraf04"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--disable-nautilus")
-
-       ;; FIXME: Tests fail with:
-       ;;   ImportError: No module named gi.repository
-       ;; Where should that module come from?
-       #:tests? #f
        #:phases
        (modify-phases %standard-phases
          (add-before 'install 'skip-gtk-update-icon-cache



reply via email to

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