[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: muchsync: Update to 6.
From: |
guix-commits |
Subject: |
02/03: gnu: muchsync: Update to 6. |
Date: |
Thu, 12 Nov 2020 19:28:41 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 72ee78a6bfb83a3ea03c0da7d705de05362d25ee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Nov 13 01:26:58 2020 +0100
gnu: muchsync: Update to 6.
* gnu/packages/mail.scm (muchsync): Update to 6.
---
gnu/packages/mail.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index bc6eeab..b6c51c3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1228,14 +1228,14 @@ and search library.")
(define-public muchsync
(package
(name "muchsync")
- (version "5")
+ (version "6")
(source
(origin
(method url-fetch)
(uri (string-append "http://www.muchsync.org/src/"
"muchsync-" version ".tar.gz"))
(sha256
- (base32 "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb"))))
+ (base32 "1s799kx16nm5ry1fcqcc0grgxrwnnp4cnzd0hzwbkvc5v2sf6g8b"))))
(build-system gnu-build-system)
(native-inputs
`(("pandoc" ,pandoc)
@@ -1255,7 +1255,7 @@ broadband. Muchsync supports arbitrary pairwise
synchronization among
replicas. A version-vector-based algorithm allows it to exchange only the
minimum information necessary to bring replicas up to date regardless of which
pairs have previously synchronized.")
- (license license:gpl2+)))
+ (license license:gpl2+))) ; with OpenSSL libcrypto exception
(define-public getmail
(package