gnu: evince: Update to 3.34.2.
* gnu/packages/gnome.scm (evince): Update to 3.34.2.
This commit is contained in:
parent
ac63132809
commit
936d56427a
1 changed files with 2 additions and 2 deletions
|
@ -1003,7 +1003,7 @@ forgotten when the session ends.")
|
||||||
(define-public evince
|
(define-public evince
|
||||||
(package
|
(package
|
||||||
(name "evince")
|
(name "evince")
|
||||||
(version "3.34.1")
|
(version "3.34.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/evince/"
|
(uri (string-append "mirror://gnome/sources/evince/"
|
||||||
|
@ -1011,7 +1011,7 @@ forgotten when the session ends.")
|
||||||
"evince-" version ".tar.xz"))
|
"evince-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pr6fvbaam1mzxjwyqd53hcxzdjzf73idn10j4j7n54nwg6hgr45"))))
|
"05q6v9lssd21623mnj2p49clj9v9csw9kay7n4nklki025grbh1w"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags '("--disable-nautilus")
|
`(#:configure-flags '("--disable-nautilus")
|
||||||
|
|
Reference in a new issue