gnu: evince: Update to 3.36.5.
* gnu/packages/gnome.scm (evince): Update to 3.36.5.master
parent
a5d40ee7ac
commit
de08b5b23f
|
@ -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")
|
||||||
|
|
Reference in New Issue