GNU bug report logs - #62942
[PATCH 0/2] Update Evolution to 3.46.4

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Tue, 18 Apr 2023 20:17:01 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62942 in the body.
You can then email your comments to 62942 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62942; Package guix-patches. (Tue, 18 Apr 2023 20:17:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 18 Apr 2023 20:17:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] Update Evolution to 3.46.4
Date: Tue, 18 Apr 2023 21:54:47 +0200
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





Information forwarded to guix-patches <at> gnu.org:
bug#62942; Package guix-patches. (Tue, 18 Apr 2023 20:18:02 GMT) Full text and rfc822 format available.

Message #8 received at 62942 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 62942 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: evolution-data-server: Update to 3.46.4.
Date: Tue, 18 Apr 2023 21:54:20 +0200
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.46.4.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





Information forwarded to guix-patches <at> gnu.org:
bug#62942; Package guix-patches. (Tue, 18 Apr 2023 20:18:02 GMT) Full text and rfc822 format available.

Message #11 received at 62942 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 62942 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: evolution: Update to 3.46.4.
Date: Tue, 18 Apr 2023 21:54:31 +0200
* gnu/packages/gnome.scm (evolution): Update to 3.46.4.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Tue, 25 Apr 2023 19:17:02 GMT) Full text and rfc822 format available.

Notification sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
bug acknowledged by developer. (Tue, 25 Apr 2023 19:17:02 GMT) Full text and rfc822 format available.

Message #16 received at 62942-done <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 62942-done <at> debbugs.gnu.org
Subject: Re: [PATCH 2/2] gnu: evolution: Update to 3.46.4.
Date: Tue, 25 Apr 2023 21:16:12 +0200
Am Dienstag, dem 18.04.2023 um 21:54 +0200 schrieb Liliana Marie
Prikler:
> * gnu/packages/gnome.scm (evolution): Update to 3.46.4.
Pushed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 24 May 2023 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 110 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.