gnu: isync: Update to 1.3.2.
* gnu/packages/mail.scm (isync): Update to 1.3.2. [home-page]: Update home-page. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
e951c9f205
commit
0eea55967c
@ -1550,14 +1550,14 @@ hashing scheme (such as scrypt) plug-in for @code{Dovecot}.")
|
||||
(define-public isync
|
||||
(package
|
||||
(name "isync")
|
||||
(version "1.3.1")
|
||||
(version "1.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/isync/isync/"
|
||||
version "/isync-" version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"1sphd30jplii58y2zmw365bckm6pszmapcy905zhjll1sm1ldjv8"))))
|
||||
"01g8hk9gisz67204k8ad7w7i3zp9vg2c68lscld44bwiii1d21li"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("perl" ,perl)))
|
||||
@ -1566,7 +1566,7 @@ hashing scheme (such as scrypt) plug-in for @code{Dovecot}.")
|
||||
("cyrus-sasl" ,cyrus-sasl)
|
||||
("openssl" ,openssl-1.0)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "http://isync.sourceforge.net/")
|
||||
(home-page "https://isync.sourceforge.io/")
|
||||
(synopsis "Mailbox synchronization program")
|
||||
(description
|
||||
"isync/mbsync is a command-line tool for two-way synchronization of
|
||||
|
Loading…
Reference in New Issue
Block a user