guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: isync: Update to 1.4.3.


From: guix-commits
Subject: branch master updated: gnu: isync: Update to 1.4.3.
Date: Sat, 31 Jul 2021 08:16:06 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 94ece4f  gnu: isync: Update to 1.4.3.
94ece4f is described below

commit 94ece4f8f7c80133d759d302b11351b69919209c
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Jul 31 13:55:52 2021 +0200

    gnu: isync: Update to 1.4.3.
    
    * gnu/packages/mail.scm (isync): Update to 1.4.3.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 c207d36..052adb6 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2106,14 +2106,14 @@ hashing scheme (such as scrypt) plug-in for 
@code{Dovecot}.")
 (define-public isync
   (package
     (name "isync")
-    (version "1.4.2")
+    (version "1.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/isync/isync/"
                            version "/isync-" version ".tar.gz"))
        (sha256 (base32
-                "0hskfpj4r4q3959k3npyqli353daj3r5d9mfia9bbmig87nyfd8r"))))
+                "024p3glj4p7fhrssw5sr55arls9zna1igxxrspxlfd6sbds21ixl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))



reply via email to

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