diff options
-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 2bd376a1a1..6b1dbdf92a 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -11,7 +11,7 @@ ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Christopher Allan Webber <[email protected]> ;;; Copyright © 2016 Al McElrath <[email protected]> -;;; Copyright © 2016 Leo Famulari <[email protected]> +;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Leo Famulari <[email protected]> ;;; Copyright © 2016 Lukas Gradl <[email protected]> ;;; Copyright © 2016 Alex Kost <[email protected]> ;;; Copyright © 2016, 2017 Troy Sankey <[email protected]> @@ -1986,14 +1986,14 @@ hashing scheme (such as scrypt) plug-in for @code{Dovecot}.") (define-public isync (package (name "isync") - (version "1.3.3") + (version "1.3.5") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/isync/isync/" version "/isync-" version ".tar.gz")) (sha256 (base32 - "10n8ykag0q3ws6fc15xqyg3v980v5nq3kzpablly2rh2z7vkn8gj")))) + "0mbnrwac0p9na307r7qigzcaga69xcih74ixhwmv0d6lvkjk5xb8")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl))) |