all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62942] [PATCH 1/2] gnu: evolution-data-server: Update to 3.46.4.
  2023-04-18 19:54 [bug#62942] [PATCH 0/2] Update Evolution to 3.46.4 Liliana Marie Prikler
@ 2023-04-18 19:54 ` Liliana Marie Prikler
  2023-04-18 19:54 ` [bug#62942] [PATCH 2/2] gnu: evolution: " Liliana Marie Prikler
  1 sibling, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-04-18 19:54 UTC (permalink / raw)
  To: 62942

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#62942] [PATCH 2/2] gnu: evolution: Update to 3.46.4.
  2023-04-18 19:54 [bug#62942] [PATCH 0/2] Update Evolution to 3.46.4 Liliana Marie Prikler
  2023-04-18 19:54 ` [bug#62942] [PATCH 1/2] gnu: evolution-data-server: Update " Liliana Marie Prikler
@ 2023-04-18 19:54 ` Liliana Marie Prikler
  2023-04-25 19:16   ` bug#62942: " Liliana Marie Prikler
  1 sibling, 1 reply; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-04-18 19:54 UTC (permalink / raw)
  To: 62942

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#62942] [PATCH 0/2] Update Evolution to 3.46.4
@ 2023-04-18 19:54 Liliana Marie Prikler
  2023-04-18 19:54 ` [bug#62942] [PATCH 1/2] gnu: evolution-data-server: Update " Liliana Marie Prikler
  2023-04-18 19:54 ` [bug#62942] [PATCH 2/2] gnu: evolution: " Liliana Marie Prikler
  0 siblings, 2 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-04-18 19:54 UTC (permalink / raw)
  To: 62942

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#62942: [PATCH 2/2] gnu: evolution: Update to 3.46.4.
  2023-04-18 19:54 ` [bug#62942] [PATCH 2/2] gnu: evolution: " Liliana Marie Prikler
@ 2023-04-25 19:16   ` Liliana Marie Prikler
  0 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2023-04-25 19:16 UTC (permalink / raw)
  To: 62942-done

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-25 21:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18 19:54 [bug#62942] [PATCH 0/2] Update Evolution to 3.46.4 Liliana Marie Prikler
2023-04-18 19:54 ` [bug#62942] [PATCH 1/2] gnu: evolution-data-server: Update " Liliana Marie Prikler
2023-04-18 19:54 ` [bug#62942] [PATCH 2/2] gnu: evolution: " Liliana Marie Prikler
2023-04-25 19:16   ` bug#62942: " Liliana Marie Prikler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.