guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: isync: Update to 1.4.2.


From: guix-commits
Subject: 01/02: gnu: isync: Update to 1.4.2.
Date: Mon, 7 Jun 2021 16:03:18 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 245a65bbe11fb50b9906b070f1b18ab06eacb774
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Mon Jun 7 14:22:32 2021 +0200

    gnu: isync: Update to 1.4.2.
    
    * gnu/packages/mail.scm (isync): Update to 1.4.2.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a8f4e0e..a6168d6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2064,14 +2064,14 @@ hashing scheme (such as scrypt) plug-in for 
@code{Dovecot}.")
 (define-public isync
   (package
     (name "isync")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/isync/isync/"
                            version "/isync-" version ".tar.gz"))
        (sha256 (base32
-                "0l01880fcyqn6xq9n8236ha5n2a3wl5g8rmv22z8nv5hgfsxndhd"))))
+                "0hskfpj4r4q3959k3npyqli353daj3r5d9mfia9bbmig87nyfd8r"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]