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

commit 11b42bfe0d9412cd3b9e73c5a0fdd207e9083639
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:20 2025 +0900

    gnu: evince: Update to 48.1.
    
    * gnu/packages/gnome.scm (evince): Update to 48.1.
    
    Change-Id: I0a77749ef5e332359b7529bfda39331e9535918c
---
 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 639e55bbda..3ac0eff65f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2645,7 +2645,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "46.3.1")
+    (version "48.1")
     (source
      (origin
        (method url-fetch)
@@ -2653,7 +2653,7 @@ forgotten when the session ends.")
                            (version-major version) "/"
                            "evince-" version ".tar.xz"))
        (sha256
-        (base32 "0z7fxv3ikhj1kxprrsb4hbd801p9b0a1fa976gav0f9qyak20p4l"))))
+        (base32 "047s8d4qh9jijk1kp4kfzy4afwwcd0kr11a8j1dkypd0ldprm2vx"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t

Reply via email to