gnu: isync: Update to 1.4.1.

* gnu/packages/mail.scm (isync): Update to 1.4.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-03-03 22:24:03 +01:00
parent 2b8779cbe5
commit ba9e29f141
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1986,14 +1986,14 @@ (define-public dovecot-libsodium-plugin
(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)))