gnu: evolution: Update to 3.34.2.
* gnu/packages/gnome.scm (evolution): Update to 3.34.2. [inputs]: Replace gtkspell3 with gspell. Remove evolution-data-server duplicate. (cherry picked from commit aace96f48804f43b07369408ffe7ed5c074437c0)master
parent
1796994019
commit
0662fe86d2
|
@ -9274,7 +9274,7 @@ generic enough to work for everyone.")
|
||||||
(define-public evolution
|
(define-public evolution
|
||||||
(package
|
(package
|
||||||
(name "evolution")
|
(name "evolution")
|
||||||
(version "3.32.4")
|
(version "3.34.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/evolution/"
|
(uri (string-append "mirror://gnome/sources/evolution/"
|
||||||
|
@ -9282,7 +9282,7 @@ generic enough to work for everyone.")
|
||||||
"evolution-" version ".tar.xz"))
|
"evolution-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00hmmg4hfns8rq9rcilmy0gi1xkksld27lfbd9zmw2xw37wjmbqh"))))
|
"164vy8h432pjglafn8y2ms4gsvk3kbgc63h5qp0mk5dv4smsp29c"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:imported-modules (,@%cmake-build-system-modules
|
`(#:imported-modules (,@%cmake-build-system-modules
|
||||||
|
@ -9322,10 +9322,9 @@ generic enough to work for everyone.")
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("gnome-autoar" ,gnome-autoar)
|
("gnome-autoar" ,gnome-autoar)
|
||||||
("gnome-desktop" ,gnome-desktop)
|
("gnome-desktop" ,gnome-desktop)
|
||||||
("gtkspell3" ,gtkspell3)
|
("gspell" ,gspell)
|
||||||
("highlight" ,highlight)
|
("highlight" ,highlight)
|
||||||
("libcanberra" ,libcanberra)
|
("libcanberra" ,libcanberra)
|
||||||
("libedataserverui" ,evolution-data-server)
|
|
||||||
("libgweather" ,libgweather)
|
("libgweather" ,libgweather)
|
||||||
("libnotify" ,libnotify)
|
("libnotify" ,libnotify)
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup)
|
||||||
|
|
Reference in New Issue