gnu: evince: Update to 48.1.

* gnu/packages/gnome.scm (evince): Update to 48.1.

Change-Id: I0a77749ef5e332359b7529bfda39331e9535918c
This commit is contained in:
Maxim Cournoyer 2025-07-26 22:57:51 +09:00 committed by Liliana Marie Prikler
parent da04aa3100
commit 1921a7935a
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -2725,7 +2725,7 @@ forgotten when the session ends.")
(define-public evince (define-public evince
(package (package
(name "evince") (name "evince")
(version "48.0") (version "48.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -2733,7 +2733,7 @@ forgotten when the session ends.")
(version-major version) "/" (version-major version) "/"
"evince-" version ".tar.xz")) "evince-" version ".tar.xz"))
(sha256 (sha256
(base32 "09hi8p7pcqdk888fn52nqll0jzismyh4md75z7ypb47san1nabyd")))) (base32 "047s8d4qh9jijk1kp4kfzy4afwwcd0kr11a8j1dkypd0ldprm2vx"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t