diff options
author | Hendursaga <hendursaga@yahoo.com> | 2020-07-26 15:46:39 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2020-07-26 20:09:33 -0400 |
commit | 0eea55967cb054574fae3e308651a54758745d07 (patch) | |
tree | 72f1d30a4646bda3667a3799f0e032366f6c5a2a | |
parent | e951c9f205b3caddea0457f6d439f70c870482c4 (diff) |
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>
-rw-r--r-- | gnu/packages/mail.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index f822aac8a0..805e8e3473 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -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 |