all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67418] [PATCH] gnu: geary: Update to 44.1.
@ 2023-11-23 22:15 Juliana Sims
  2023-11-26 13:41 ` bug#67418: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Juliana Sims @ 2023-11-23 22:15 UTC (permalink / raw)
  To: 67418
  Cc: Juliana Sims, Liliana Marie Prikler, Maxim Cournoyer,
	Raghav Gururajan

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(-)

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

base-commit: 0083a2265960f8228112c36e0d10eb974ff9d1f1
-- 
2.41.0





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

* bug#67418: [PATCH] gnu: geary: Update to 44.1.
  2023-11-23 22:15 [bug#67418] [PATCH] gnu: geary: Update to 44.1 Juliana Sims
@ 2023-11-26 13:41 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2023-11-26 13:41 UTC (permalink / raw)
  To: Juliana Sims
  Cc: 67418-done, Liliana Marie Prikler, Maxim Cournoyer,
	Raghav Gururajan


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

Applied, thanks,

Mathieu




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

end of thread, other threads:[~2023-11-26 14:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 22:15 [bug#67418] [PATCH] gnu: geary: Update to 44.1 Juliana Sims
2023-11-26 13:41 ` bug#67418: " Mathieu Othacehe

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.