lilyp pushed a commit to branch gnome-team
in repository guix.

commit be5fc31fc78e72408c90adb0031267295e464f0e
Author: Liliana Marie Prikler <liliana.prik...@gmail.com>
AuthorDate: Sat Jul 13 10:23:44 2024 +0200

    gnu: evince: Update to 46.3.
    
    * gnu/packages/gnome.scm (evince): Update to 46.3.
---
 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 7e482bcbf7..bf42b2e498 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2702,7 +2702,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "44.3")
+    (version "46.3")
     (source
      (origin
        (method url-fetch)
@@ -2710,7 +2710,7 @@ forgotten when the session ends.")
                            (version-major version) "/"
                            "evince-" version ".tar.xz"))
        (sha256
-        (base32 "08inp13kksa027ij9ai10734jxdn1y7s0skbgzsyk9j739ca32rv"))))
+        (base32 "0sq0ygsng37cbvdqc7dky2152x5zmjpvyalxx5icgzypp50is3dw"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t

Reply via email to