gnu: muchsync: Update to 7.

* gnu/packages/mail.scm (muchsync): Update to 7.
[source]: Use https.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Hendursaga 2023-09-16 17:48:29 -04:00 committed by Christopher Baines
parent 4aa2c04395
commit 7a563a4faf
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1625,14 +1625,14 @@ (define-public bower
(define-public muchsync
(package
(name "muchsync")
(version "6")
(version "7")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.muchsync.org/src/"
"muchsync-" version ".tar.gz"))
(uri (string-append "https://www.muchsync.org/src/" "muchsync-"
version ".tar.gz"))
(sha256
(base32 "1s799kx16nm5ry1fcqcc0grgxrwnnp4cnzd0hzwbkvc5v2sf6g8b"))))
(base32 "1b5ylf0xgb59x6hna5gllm6nb1jn50wqvp7xfls83x0frmpjygpq"))))
(build-system gnu-build-system)
(native-inputs
(list pandoc pkg-config))