gnu: evolution: Update to 3.46.0.
* gnu/packages/gnome.scm (evolution): Update to 3.46.0.
This commit is contained in:
parent
d753a528ce
commit
e58bafcca4
1 changed files with 2 additions and 2 deletions
|
@ -11504,7 +11504,7 @@ generic enough to work for everyone.")
|
||||||
(define-public evolution
|
(define-public evolution
|
||||||
(package
|
(package
|
||||||
(name "evolution")
|
(name "evolution")
|
||||||
(version "3.45.3")
|
(version "3.46.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/evolution/"
|
(uri (string-append "mirror://gnome/sources/evolution/"
|
||||||
|
@ -11512,7 +11512,7 @@ generic enough to work for everyone.")
|
||||||
"evolution-" version ".tar.xz"))
|
"evolution-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q4fa5l7k0rax39iwn2spmzxcr2l73mj3644lf8j9mnp5w774c96"))))
|
"0gwi89bqk20ggcxsq7xgd97my0hxx8z82kisml6vz6kbpiv957p0"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue