guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 727d62947369c9405bcc3c277928f855a79739d2
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 ad58a4e531..23328e1584 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2644,7 +2644,7 @@ forgotten when the session ends.")
(define-public evince
(package
(name "evince")
- (version "46.3.1")
+ (version "48.1")
(source
(origin
(method url-fetch)
@@ -2652,7 +2652,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