nckx pushed a commit to branch master
in repository guix.
commit e74ccdc483bbebe8dc9328b2f4598c99acd0beb5
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200
gnu: evince: Update to 44.3.
* gnu/packages/gnome.scm (evince): Update to 44.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 f2654c3f4e..8708764416 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2610,7 +2610,7 @@ forgotten when the session ends.")
(define-public evince
(package
(name "evince")
- (version "44.1")
+ (version "44.3")
(source
(origin
(method url-fetch)
@@ -2618,7 +2618,7 @@ forgotten when the session ends.")
(version-major version) "/"
"evince-" version ".tar.xz"))
(sha256
- (base32 "0523lzk7xpfr6gir8nx80fmp1lhajm837hilmgn8zczz2nxx7bqm"))))
+ (base32 "08inp13kksa027ij9ai10734jxdn1y7s0skbgzsyk9j739ca32rv"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t