[PATCH 0/2] Update Evolution to 3.46.4

  • Done
  • quality assurance status badge
Details
One participant
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal
L
L
Liliana Marie Prikler wrote on 18 Apr 2023 21:54
(address . guix-patches@gnu.org)
2456fb775f16d092f3e772b66b27b83273649d3c.camel@gmail.com
Hi Guix,

some recent commit (I suspect the WebkitGTK update) made it so that
evolution no longer displays mail on my machine. Bumping to a newer
patch version as done in the following patches fixes things for me.

Cheers

Liliana Marie Prikler (2):
gnu: evolution-data-server: Update to 3.46.4.
gnu: evolution: Update to 3.46.4.

gnu/packages/gnome.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

--
2.39.2
L
L
Liliana Marie Prikler wrote on 18 Apr 2023 21:54
[PATCH 1/2] gnu: evolution-data-server: Update to 3.46.4.
(address . 62942@debbugs.gnu.org)
18f580f64de01a164a9636f867cfd2537b042d59.camel@gmail.com
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.46.4.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fe8e504442..7608d08984 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8320,7 +8320,7 @@ (define-public gnome-online-accounts-3.44
(define-public evolution-data-server
(package
(name "evolution-data-server")
- (version "3.46.0")
+ (version "3.46.4")
(source
(origin
(method url-fetch)
@@ -8328,7 +8328,7 @@ (define-public evolution-data-server
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1aydynpc9qx2a5xlrvc3xzfq3d3rhf15mqr8m6splgqqb84jiyp5"))))
+ (base32 "1j0c7kwmjng7spkqz6vfd8gyvw65invjsf5mqzbsr7y58m0jb6x5"))))
(build-system cmake-build-system)
(arguments
(list
--
2.39.2
L
L
Liliana Marie Prikler wrote on 18 Apr 2023 21:54
[PATCH 2/2] gnu: evolution: Update to 3.46.4.
(address . 62942@debbugs.gnu.org)
2ebff171539fdeafbd75b35b889cc34c3fb32529.camel@gmail.com
* gnu/packages/gnome.scm (evolution): Update to 3.46.4.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7608d08984..b039b08d2d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11890,7 +11890,7 @@ (define-public libdazzle
(define-public evolution
(package
(name "evolution")
- (version "3.46.0")
+ (version "3.46.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/evolution/"
@@ -11898,7 +11898,7 @@ (define-public evolution
"evolution-" version ".tar.xz"))
(sha256
(base32
- "0gwi89bqk20ggcxsq7xgd97my0hxx8z82kisml6vz6kbpiv957p0"))))
+ "0gbvd460hsha0gss9rjjpyisq336fwxd8y1xf55s6ifjrqql423s"))))
(build-system cmake-build-system)
(arguments
(list
--
2.39.2
L
L
Liliana Marie Prikler wrote on 25 Apr 2023 21:16
(address . 62942-done@debbugs.gnu.org)
b01c41af64205bf600b22da3f6563b315d71da15.camel@gmail.com
Am Dienstag, dem 18.04.2023 um 21:54 +0200 schrieb Liliana Marie
Prikler:
Toggle quote (1 lines)
> * gnu/packages/gnome.scm (evolution): Update to 3.46.4.
Pushed.
Closed
?