guix-commits
[Top][All Lists]
Advanced

[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))



reply via email to

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