diff mbox series

[bug#67418] gnu: geary: Update to 44.1.

Message ID f6fb52aba36af54e2229c8023f706cedabfb4790.1700777756.git.juli@incana.org
State New
Headers show
Series [bug#67418] gnu: geary: Update to 44.1. | expand

Commit Message

Juliana Sims Nov. 23, 2023, 10:15 p.m. UTC
Hello,

This patch simply updates Geary to the latest version.

There are some new warnings about locales, but everything seems to work as expected. That said, for me "as expected" currently includes failing to connect to my email accounts on the first try. I suspect this is on the end of my provider and not Geary, though a second look would still be appreciated.

Thanks,
Juli

* gnu/packages/gnome.scm (geary): Update to 44.1.

Change-Id: I5ffc7c9f01e94998d4876aeb274ac97803106634
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 0083a2265960f8228112c36e0d10eb974ff9d1f1

Comments

Mathieu Othacehe Nov. 26, 2023, 1:41 p.m. UTC | #1
> * gnu/packages/gnome.scm (geary): Update to 44.1.

Applied, thanks,

Mathieu
diff mbox series

Patch

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ac3035e07d..8f7ffd7c50 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12386,7 +12386,7 @@  (define-public gnome-boxes
 (define-public geary
   (package
     (name "geary")
-    (version "43.0")
+    (version "44.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -12395,7 +12395,7 @@  (define-public geary
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "05b8c5ljzx1ly7wq8jzpv8psxmsdlz395sr17xwj49nh495nflz5"))))
+                "1cx1jfaxsbkxm8774wf8n7ss2n73bzgk4yi2f9i3ab698ygh0h68"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t