[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/22: gnu: muchsync: Update to 7.
From: |
guix-commits |
Subject: |
11/22: gnu: muchsync: Update to 7. |
Date: |
Mon, 25 Sep 2023 06:32:06 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 7a563a4fafba05db0f423d9c4a7badc8f394182f
Author: Hendursaga <hendursaga@aol.com>
AuthorDate: Sat Sep 16 17:48:29 2023 -0400
gnu: muchsync: Update to 7.
* gnu/packages/mail.scm (muchsync): Update to 7.
[source]: Use https.
Signed-off-by: Christopher Baines <mail@cbaines.net>
---
gnu/packages/mail.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 93cd801a95..fb976c7155 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1625,14 +1625,14 @@ system, written in the Mercury language.")
(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))
- branch master updated (94f3831e5b -> a965ff448d), guix-commits, 2023/09/25
- 01/22: gnu: guile-fibers: Remove version from latest package., guix-commits, 2023/09/25
- 03/22: gnu: icewm: Update to 3.4.2., guix-commits, 2023/09/25
- 13/22: gnu: bcachefs-tools: Restyle format., guix-commits, 2023/09/25
- 14/22: gnu: jq: Update to 1.7., guix-commits, 2023/09/25
- 04/22: gnu: libzim: Update to 8.2.1., guix-commits, 2023/09/25
- 07/22: gnu: kiwix-desktop: Update to 2.3.1., guix-commits, 2023/09/25
- 05/22: gnu: kiwix-lib: Update to 13.0.0., guix-commits, 2023/09/25
- 09/22: gnu: syncthing: Update to 1.24.0., guix-commits, 2023/09/25
- 10/22: gnu: freerdp: Update to 2.11.1., guix-commits, 2023/09/25
- 11/22: gnu: muchsync: Update to 7.,
guix-commits <=
- 12/22: gnu: bcachefs-tools: Update to 1.2., guix-commits, 2023/09/25
- 15/22: gnu: bemenu: Update to 0.6.16., guix-commits, 2023/09/25
- 16/22: gnu: sigrok-firmware-fx2lafw: Rely on implicit inputs., guix-commits, 2023/09/25
- 17/22: gnu: sigrok-firmware-fx2lafw: Remove input labels., guix-commits, 2023/09/25
- 19/22: gnu: sigrok-firmware-fx2lafw: Explicitly disable tests., guix-commits, 2023/09/25
- 20/22: gnu: sigrok-firmware-fx2lafw: Update to 0.1.7-1.96b0b47., guix-commits, 2023/09/25
- 06/22: gnu: kiwix-tools: Update to 3.5.0., guix-commits, 2023/09/25
- 08/22: gnu: dos2unix: Update to 7.5.1., guix-commits, 2023/09/25
- 21/22: gnu: stcgal: Update to 1.10., guix-commits, 2023/09/25
- 18/22: gnu: sigrok-firmware-fx2lafw: Adjust format., guix-commits, 2023/09/25