diff options
author | Liliana Marie Prikler <[email protected]> | 2023-08-20 08:23:00 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2023-08-20 08:24:13 +0200 |
commit | 65cfbfd16e0964a1b9875194a70ff5cadd444cae (patch) | |
tree | ea322b95e977c011536e75294565a19274e32ce5 | |
parent | 8ffeea8fa1ff1ce77d3a4b1c6bc09f95c5164537 (diff) |
gnu: evolution: Update to 3.48.4.
* gnu/packages/gnome.scm (evolution): Update to 3.48.4.
-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 68b3c86175..08debe6e8a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -11612,7 +11612,7 @@ generic enough to work for everyone.") (define-public evolution (package (name "evolution") - (version "3.46.4") + (version "3.48.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/evolution/" @@ -11620,7 +11620,7 @@ generic enough to work for everyone.") "evolution-" version ".tar.xz")) (sha256 (base32 - "0gbvd460hsha0gss9rjjpyisq336fwxd8y1xf55s6ifjrqql423s")))) + "1dwbwy67xg1fypxj0qyhhvy608hbw19gqhvxqkr739shl3mrjbx0")))) (build-system cmake-build-system) (arguments (list |