[PATCH gnome-team 0/2] Update Evolution to 3.54.3

  • Open
  • quality assurance status badge
Details
One participant
  • Liliana Marie Prikler
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal

Debbugs page

L
L
Liliana Marie Prikler wrote 2 days ago
(address . guix-patches@gnu.org)
cover.1736359863.git.liliana.prikler@gmail.com
Hi folks,

this is a rather low-stakes series that updates Evolution to 3.54.3
(GNOME 46 would have 3.52). For most other GNOME stuff, I will still
be targeting 46 so that we're not moving the goal post, but this felt
small enough to do a major bump rather than a minor one.

Cheers

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

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


base-commit: 198b6c745a7ac9813a8c9b9995f287b3a4c6cb48
--
2.47.1
L
L
Liliana Marie Prikler wrote 2 days ago
[PATCH gnome-team 1/2] gnu: evolution-data-server: Update to 3.54.3.
(address . 75469@debbugs.gnu.org)
ae3bc35ea263d808b5dc5b5f8c1b1f49aeaa0dcd.1736359863.git.liliana.prikler@gmail.com
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.54.3.
---
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 4c11226385..7d2d4268e5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8345,7 +8345,7 @@ (define-public gnome-online-accounts-3.44
(define-public evolution-data-server
(package
(name "evolution-data-server")
- (version "3.52.3")
+ (version "3.54.3")
(source
(origin
(method url-fetch)
@@ -8353,7 +8353,7 @@ (define-public evolution-data-server
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1r62m7wqd45ihqh9n27askm39pjkqhhn5anc3f0b2cr02h6cixp9"))))
+ (base32 "1l5qgjshgy1zw9d2r5m0a12n9y9985n7zs2mj7pzihawxqwdq22i"))))
(build-system cmake-build-system)
(arguments
(list
--
2.47.1
L
L
Liliana Marie Prikler wrote 2 days ago
[PATCH gnome-team 2/2] gnu: evolution: Update to 3.54.3.
(address . 75469@debbugs.gnu.org)
2a47c85c9b2b3d4d0f746b5a9b5d4e4fda76272e.1736359863.git.liliana.prikler@gmail.com
* gnu/packages/gnome.scm (evolution): Update to 3.54.3.
---
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 7d2d4268e5..c9eadb4773 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12189,7 +12189,7 @@ (define-public libdazzle
(define-public evolution
(package
(name "evolution")
- (version "3.52.3")
+ (version "3.54.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/evolution/"
@@ -12197,7 +12197,7 @@ (define-public evolution
"evolution-" version ".tar.xz"))
(sha256
(base32
- "1ia1wjna98j2w35j98fm796lxlilk1k3szwiisj61qjlalxza8hw"))))
+ "1ssmp13finaa9ncxh5507nqz6q3jsr3anbrvylbsy9f3ylgghv3l"))))
(build-system cmake-build-system)
(arguments
(list
--
2.47.1
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75469@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75469
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch