[PATCH] gnu: geary: Update to 44.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Juliana Sims
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Juliana Sims
Severity
normal

Debbugs page

J
J
Juliana Sims wrote on 30 Mar 14:18 -0700
(address . guix-patches@gnu.org)(name . Juliana Sims)(address . juli@incana.org)
ce15d4313f758c16f0d657419676a4423eb27fc3.1711833528.git.juli@incana.org
Hello,

This patch updates Geary to the latest version. Conveniently, this fixes its
failing build and brings it in line with the latest GNOME environment now
available in Guix. I have ensured it builds and works as expected.

Thanks,
Juli

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

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

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 42f758f8d8..c8305b0dd8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12629,7 +12629,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
@@ -12638,7 +12638,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: 0485e3a4a6b33c5efe5367a04ba86f3563afd1e8
--
2.41.0
M
M
Maxim Cournoyer wrote on 31 Mar 17:05 -0700
(name . Juliana Sims)(address . juli@incana.org)
874jcmx7z2.fsf@gmail.com
Hi,

Juliana Sims <juli@incana.org> writes:

Toggle quote (6 lines)
> Hello,
>
> This patch updates Geary to the latest version. Conveniently, this fixes its
> failing build and brings it in line with the latest GNOME environment now
> available in Guix. I have ensured it builds and works as expected.

Applied, thanks.

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 70094
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