diff options
author | Liliana Marie Prikler <[email protected]> | 2024-07-19 11:48:26 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:29 +0100 |
commit | 7e3a8b4ff4f316c111878711409399baf827c090 (patch) | |
tree | 74d1912f6dbe7f8a2b1942990fb1900ff0438eb3 | |
parent | fdc77c6a71ecddc7e7d5e64efed7c6860a9ed5bf (diff) |
gnu: evolution: Update to 3.52.3.
* gnu/packages/gnome.scm (evolution): Update to 3.52.3.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a0722af314..f2a22707f5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12182,7 +12182,7 @@ generic enough to work for everyone.") (define-public evolution (package (name "evolution") - (version "3.48.4") + (version "3.52.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/evolution/" @@ -12190,7 +12190,7 @@ generic enough to work for everyone.") "evolution-" version ".tar.xz")) (sha256 (base32 - "1dwbwy67xg1fypxj0qyhhvy608hbw19gqhvxqkr739shl3mrjbx0")))) + "1ia1wjna98j2w35j98fm796lxlilk1k3szwiisj61qjlalxza8hw")))) (build-system cmake-build-system) (arguments (list |