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

commit e14a87733866bbc67186f4bd167bf84eee5520fa
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Jul 26 22:57:51 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 5c7c5eb3db..e36ba2b082 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2780,7 +2780,7 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "48.0")
+    (version "48.1")
     (source
      (origin
        (method url-fetch)
@@ -2788,7 +2788,7 @@ forgotten when the session ends.")
                            (version-major version) "/"
                            "evince-" version ".tar.xz"))
        (sha256
-        (base32 "09hi8p7pcqdk888fn52nqll0jzismyh4md75z7ypb47san1nabyd"))))
+        (base32 "047s8d4qh9jijk1kp4kfzy4afwwcd0kr11a8j1dkypd0ldprm2vx"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t

Reply via email to