diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-03 22:24:03 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:44:58 +0100 |
commit | ba9e29f1410c05f6e6cf1e10626296d6a81ebc63 (patch) | |
tree | 0fb52d2564c6081d458a2b0e7a4fa7d465c33396 | |
parent | 2b8779cbe50089114d30916eab805d3a46f1f6c1 (diff) |
gnu: isync: Update to 1.4.1.
* gnu/packages/mail.scm (isync): Update to 1.4.1.
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 721f1b8af7..5bcd214d27 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1986,14 +1986,14 @@ hashing scheme (such as scrypt) plug-in for @code{Dovecot}.") (define-public isync (package (name "isync") - (version "1.3.5") + (version "1.4.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/isync/isync/" version "/isync-" version ".tar.gz")) (sha256 (base32 - "0mbnrwac0p9na307r7qigzcaga69xcih74ixhwmv0d6lvkjk5xb8")))) + "0l01880fcyqn6xq9n8236ha5n2a3wl5g8rmv22z8nv5hgfsxndhd")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl))) |