[PATCH] gnu: muchsync: Update to 7.

  • Done
  • quality assurance status badge
Details
2 participants
  • Hendursaga
  • Christopher Baines
Owner
unassigned
Submitted by
Hendursaga
Severity
normal

Debbugs page

Hendursaga wrote 1 years ago
(address . guix-patches@gnu.org)
0b38d5ae8f6461cf5c95c9965bfc3970d043e598.1694900842.git.hendursaga@aol.com
* gnu/packages/mail.scm (muchsync): Update to 7.
---
gnu/packages/mail.scm | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)

Toggle diff (38 lines)
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
Christopher Baines wrote 1 years ago
(name . Hendursaga)(address . hendursaga@aol.com)
87fs325xmi.fsf@cbaines.net
Hendursaga via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmURZ4VfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xe7dQ/+KkKWypRPotmJsW+Lw8CepycSHamhq2JE
4BoHd/A4FiNZ/xxicyYZwYMjozSygq/Rj60GVCO3xzlXiPI/RBKJUs96KQ/P7dgR
NjFlyK4nb5Vh/I1ERUigYmUBlhDtEG4Tzhlp9bCwWq+cGm4cKxflK1VGx184Q/jn
2ud0rEEMVrBoxV7j2zT8hahQ67HWWwRW9fgHxSgBgvQoS25h44rf2O9iKCk5WYDO
XZjSkWxxX69sQa5Jc145q2SIsr0LmdLHz5IyfiM9nJrJEWr8ydYAmKNdEEgjp1Lg
Jg2QuD0SWDnZ49Xg8IdF03TUii56QERErzrE8DAqGUa8e8mEW8XY7GAfPbiEddav
tpc2hvdyViCJV2pBtPEOPUgi11QliDw19x7T6JklT8vzlDPYgVmomt74GX1BUsjR
3fEvgxxpiAy2EWk+B+8kIhplcXXMQt5WbQ0SgCzWolnYpu0WKFAw5ZTqWC9vLPuV
bmVQJflp8+d+BS9MAJYybVCcisckCF2VJmZSwEYAPfoH/qcKwqT0OwNShKVkfgDT
KkXdShZtgA8gNfaLbKWuf5r28Cp0u7jjHCKAgt9M7qVPIvVSlGE5Ql35vHwHfMyo
DIngJC6AUzFXNk4wTGVajrSXh0wyHTLuQjwt23/Y1p5R9bwAngohZy74eCpJloWI
0xEdAGvjnOE=
=ER1I
-----END PGP SIGNATURE-----

Hendursaga wrote 1 years ago
(name . Christopher Baines)(address . mail@cbaines.net)
878r8u419y.fsf@aol.com
Christopher Baines <mail@cbaines.net> writes:

Toggle quote (3 lines)
> Thanks for the patch. I've tweaked the patch to remove the indentation
> changes, as I wasn't sure those were intentional[...]

I ran it through `guix style` as I thought one was supposed to do.
Should I have added something to the ChangeLog message to make that more
clear, perhaps?

I don't think I've replied to a "done" issue before, so I hope my
automagically generated Cc's are appropriate!

~ Hendursaga
Christopher Baines wrote 1 years ago
(name . Hendursaga)(address . hendursaga@aol.com)
878r8u3z6o.fsf@cbaines.net
Hendursaga <hendursaga@aol.com> writes:

Toggle quote (9 lines)
> Christopher Baines <mail@cbaines.net> writes:
>
>> Thanks for the patch. I've tweaked the patch to remove the indentation
>> changes, as I wasn't sure those were intentional[...]
>
> I ran it through `guix style` as I thought one was supposed to do.
> Should I have added something to the ChangeLog message to make that more
> clear, perhaps?

Something to the commit message maybe, and it can also be useful to keep
stylistic changes and functional changes in separate commits. So you
would have a "apply guix style" commit and a "update to X" commit.

Toggle quote (3 lines)
> I don't think I've replied to a "done" issue before, so I hope my
> automagically generated Cc's are appropriate!

Yep, I think it's fine.
-----BEGIN PGP SIGNATURE-----

iQKkBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmURzB9fFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xdw3A/45w0H2bQXDEftB1NG18VPFlhVMJoA5w4t
O+xUnw/gPusRifZ9dHoGYi76sTDp04c3ccF8jAHM8YfZNp9Ase6cJZ49bpTZUCTa
CiKvjX5LU5iPyr6PhfY0i4GSFVYvYubGYbYEw2+V89klfrUeIiVXUmlcWA3ljiBl
ZYypJdwiuB0uNnq5nMMkRdF7+CCLsWThJkm/mZHl9ETdre6jc48KshJJ3//aI2Wt
FpYNVuBvCsiYujivq60734knMgacOJsfDLTSsShmztp1ifb+z6J8g8ZfvlV5LzRv
wDgTdIVun44h0LENFKmwXP/SJZb+xehcld0zOnOL5PRPRBdOcO0OIa7sofMi8SSG
9X6Xz2pRbyuZDnmer/Mo1iOeovlfnOYz7NQ98It6Ze3MIBGB5F4+v/NPSNggk9Ic
Pc8mAsAVFosuo/cxvYdmxYM08g1ciITwcfsEYm9Neshnj/6zvVFTsexgBP4E2vuP
2kMD6XuAR9N0YC8q8oSH0pi8j8TG+c/+eOkrquTI09/dTHTd2RFHh3C8k5h7ztGu
fyS1ltPjItwrU69g1cF2qoSjS1tvKYlYm7xKrTC8z+9S2bqedaXkYis+MyzlRKqV
UfR9UH/YO7xtCMsZ2eDtz6gSXGuE8e55RvH8HDQ8x4QOaJSYmzQ5szd9M5xotrc2
pcPJ6rIcKA==
=IR70
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 66038@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66038
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help