gnu: evince: Update to 3.36.5.

* gnu/packages/gnome.scm (evince): Update to 3.36.5.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-13 21:36:22 +02:00
parent a5d40ee7ac
commit de08b5b23f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1682,7 +1682,7 @@ (define-public gnome-keyring
(define-public evince
(package
(name "evince")
(version "3.36.1")
(version "3.36.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/evince/"
@ -1690,7 +1690,7 @@ (define-public evince
"evince-" version ".tar.xz"))
(sha256
(base32
"1msbb66lasikpfjpkwsvi7h22hqmk275850ilpdqwbd0b39vzf4c"))))
"0z79jl0j9xq9wgwkfr0d1w1qrdy4447y8shs407n5srr0vixc3bg"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-nautilus" "--enable-introspection")