me
/
guix
Archived
1
0
Fork 0

gnu: evince: Update to 3.36.5.

* gnu/packages/gnome.scm (evince): Update to 3.36.5.
master
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
1 changed files with 2 additions and 2 deletions

View File

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