gnu: isync: Update to 1.4.1.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 3 Mar 2021 21:24:03 +0000 (22:24 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 3 Mar 2021 23:44:58 +0000 (00:44 +0100)
* gnu/packages/mail.scm (isync): Update to 1.4.1.

gnu/packages/mail.scm

index 721f1b8..5bcd214 100644 (file)
@@ -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)))