mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: evolution: Update to 3.32.4.
* gnu/packages/gnome.scm (evolution): Update to 3.32.4.
This commit is contained in:
parent
2196a8d414
commit
06141f832a
1 changed files with 2 additions and 2 deletions
|
@ -8402,7 +8402,7 @@ (define-public libdazzle
|
||||||
(define-public evolution
|
(define-public evolution
|
||||||
(package
|
(package
|
||||||
(name "evolution")
|
(name "evolution")
|
||||||
(version "3.30.5")
|
(version "3.32.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/evolution/"
|
(uri (string-append "mirror://gnome/sources/evolution/"
|
||||||
|
@ -8410,7 +8410,7 @@ (define-public evolution
|
||||||
"evolution-" version ".tar.xz"))
|
"evolution-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hhxj3rh921pp3l3c5k33bdypcas1p66krzs65k1qn82c5fpgl2h"))))
|
"00hmmg4hfns8rq9rcilmy0gi1xkksld27lfbd9zmw2xw37wjmbqh"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:imported-modules (,@%cmake-build-system-modules
|
`(#:imported-modules (,@%cmake-build-system-modules
|
||||||
|
|
Loading…
Reference in a new issue