diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-22 23:35:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-23 00:22:29 +0200 |
commit | a5d8a2b24b10c6ab6a9b292e39e944a4b663e1d0 (patch) | |
tree | 4f47409b3c1b3acaf8887c474c3b460ee918e002 | |
parent | b95af3f6ab6a55641260b8f9743496ec12992717 (diff) | |
download | patches-a5d8a2b24b10c6ab6a9b292e39e944a4b663e1d0.tar patches-a5d8a2b24b10c6ab6a9b292e39e944a4b663e1d0.tar.gz |
gnu: isync: Update to 1.3.1.
* gnu/packages/mail.scm (isync): Update to 1.3.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 bf35d943ce..9af30b7cd7 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1433,14 +1433,14 @@ hashing schemes plugin for @code{Dovecot}.") (define-public isync (package (name "isync") - (version "1.3.0") + (version "1.3.1") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/isync/isync/" version "/isync-" version ".tar.gz")) (sha256 (base32 - "173wd7x8y5sp94slzwlnb7zhgs32r57zl9xspl2rf4g3fqwmhpwd")))) + "1sphd30jplii58y2zmw365bckm6pszmapcy905zhjll1sm1ldjv8")))) (build-system gnu-build-system) (native-inputs `(("perl" ,perl))) |