mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: evince: Update to 3.36.1.
* gnu/packages/gnome.scm (evince): Update to 3.36.1.
This commit is contained in:
parent
6e13b0efce
commit
6f64a05ec9
1 changed files with 3 additions and 4 deletions
|
@ -1668,7 +1668,7 @@ (define-public gnome-keyring
|
|||
(define-public evince
|
||||
(package
|
||||
(name "evince")
|
||||
(version "3.34.2")
|
||||
(version "3.36.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/evince/"
|
||||
|
@ -1676,7 +1676,7 @@ (define-public evince
|
|||
"evince-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w"))))
|
||||
"1msbb66lasikpfjpkwsvi7h22hqmk275850ilpdqwbd0b39vzf4c"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-nautilus" "--enable-introspection")
|
||||
|
@ -1726,8 +1726,7 @@ (define-public evince
|
|||
("gobject-introspection" ,gobject-introspection)
|
||||
("pkg-config" ,pkg-config)
|
||||
("xmllint" ,libxml2)))
|
||||
(home-page
|
||||
"https://www.gnome.org/projects/evince/")
|
||||
(home-page "https://www.gnome.org/projects/evince/")
|
||||
(synopsis "GNOME's document viewer")
|
||||
(description
|
||||
"Evince is a document viewer for multiple document formats. It
|
||||
|
|
Loading…
Reference in a new issue