me
/
guix
Archived
1
0
Fork 0

gnu: muchsync: Update to 6.

* gnu/packages/mail.scm (muchsync): Update to 6.
master
Tobias Geerinckx-Rice 2020-11-13 01:26:58 +01:00
parent f41c9ab4c3
commit 72ee78a6bf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -1228,14 +1228,14 @@ and search library.")
(define-public muchsync (define-public muchsync
(package (package
(name "muchsync") (name "muchsync")
(version "5") (version "6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.muchsync.org/src/" (uri (string-append "http://www.muchsync.org/src/"
"muchsync-" version ".tar.gz")) "muchsync-" version ".tar.gz"))
(sha256 (sha256
(base32 "1k2m44pj5i6vfhp9icdqs42chsp208llanc666p3d9nww8ngq2lb")))) (base32 "1s799kx16nm5ry1fcqcc0grgxrwnnp4cnzd0hzwbkvc5v2sf6g8b"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pandoc" ,pandoc) `(("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 replicas. A version-vector-based algorithm allows it to exchange only the
minimum information necessary to bring replicas up to date regardless of which minimum information necessary to bring replicas up to date regardless of which
pairs have previously synchronized.") pairs have previously synchronized.")
(license license:gpl2+))) (license license:gpl2+))) ; with OpenSSL libcrypto exception
(define-public getmail (define-public getmail
(package (package