lilyp pushed a commit to branch gnome-team
in repository guix.
commit 8ee08dea3ddf73d9e60ada5dcd2c5ce614d464e9
Author: Liliana Marie Prikler <[email protected]>
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 acfaa88b31..d6065fb75e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2707,7 +2707,7 @@ forgotten when the session ends.")
(define-public evince
(package
(name "evince")
- (version "44.3")
+ (version "46.3")
(source
(origin
(method url-fetch)
@@ -2715,7 +2715,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