emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66038: closed ([PATCH] gnu: muchsync: Update to 7.)


From: GNU bug Tracking System
Subject: bug#66038: closed ([PATCH] gnu: muchsync: Update to 7.)
Date: Mon, 25 Sep 2023 10:58:02 +0000

Your message dated Mon, 25 Sep 2023 11:56:07 +0100
with message-id <87fs325xmi.fsf@cbaines.net>
and subject line Re: [bug#66038] [PATCH] gnu: muchsync: Update to 7.
has caused the debbugs.gnu.org bug report #66038,
regarding [PATCH] gnu: muchsync: Update to 7.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
66038: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66038
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: muchsync: Update to 7. Date: Sat, 16 Sep 2023 17:48:29 -0400
* gnu/packages/mail.scm (muchsync): Update to 7.
---
 gnu/packages/mail.scm | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ecaab1c7cd..d070cf9518 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1621,19 +1621,17 @@ (define-public bower
 (define-public muchsync
   (package
     (name "muchsync")
-    (version "6")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append "http://www.muchsync.org/src/";
-                           "muchsync-" version ".tar.gz"))
-       (sha256
-        (base32 "1s799kx16nm5ry1fcqcc0grgxrwnnp4cnzd0hzwbkvc5v2sf6g8b"))))
+    (version "7")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://www.muchsync.org/src/"; "muchsync-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "1b5ylf0xgb59x6hna5gllm6nb1jn50wqvp7xfls83x0frmpjygpq"))))
     (build-system gnu-build-system)
-    (native-inputs
-     (list pandoc pkg-config))
-    (inputs
-     (list openssl notmuch sqlite xapian))
+    (native-inputs (list pandoc pkg-config))
+    (inputs (list openssl notmuch sqlite xapian))
     (home-page "https://www.muchsync.org/";)
     (synopsis "Synchronize notmuch mail across machines")
     (description

base-commit: 952a0ce2800e4fe9165184151412858ed8d34760
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#66038] [PATCH] gnu: muchsync: Update to 7. Date: Mon, 25 Sep 2023 11:56:07 +0100 User-agent: mu4e 1.10.5; emacs 28.2
Hendursaga via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/mail.scm (muchsync): Update to 7.
> ---
>  gnu/packages/mail.scm | 22 ++++++++++------------
>  1 file changed, 10 insertions(+), 12 deletions(-)

Thanks for the patch. I've tweaked the patch to remove the indentation
changes, as I wasn't sure those were intentional, and I've added a bit
to the commit message about the change to https, as that seems sensible.

Pushed to master as 7a563a4fafba05db0f423d9c4a7badc8f394182f.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]