mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
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)
This commit is contained in:
parent
1796994019
commit
0662fe86d2
1 changed files with 3 additions and 4 deletions
|
@ -9274,7 +9274,7 @@ (define-public libdazzle
|
|||
(define-public evolution
|
||||
(package
|
||||
(name "evolution")
|
||||
(version "3.32.4")
|
||||
(version "3.34.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/evolution/"
|
||||
|
@ -9282,7 +9282,7 @@ (define-public evolution
|
|||
"evolution-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"00hmmg4hfns8rq9rcilmy0gi1xkksld27lfbd9zmw2xw37wjmbqh"))))
|
||||
"164vy8h432pjglafn8y2ms4gsvk3kbgc63h5qp0mk5dv4smsp29c"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:imported-modules (,@%cmake-build-system-modules
|
||||
|
@ -9322,10 +9322,9 @@ (define-public evolution
|
|||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||
("gnome-autoar" ,gnome-autoar)
|
||||
("gnome-desktop" ,gnome-desktop)
|
||||
("gtkspell3" ,gtkspell3)
|
||||
("gspell" ,gspell)
|
||||
("highlight" ,highlight)
|
||||
("libcanberra" ,libcanberra)
|
||||
("libedataserverui" ,evolution-data-server)
|
||||
("libgweather" ,libgweather)
|
||||
("libnotify" ,libnotify)
|
||||
("libsoup" ,libsoup)
|
||||
|
|
Loading…
Reference in a new issue