mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: evince: Update to 3.36.5.
* gnu/packages/gnome.scm (evince): Update to 3.36.5.
This commit is contained in:
parent
a5d40ee7ac
commit
de08b5b23f
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue