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

lfam pushed a commit to branch master
in repository guix.

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

commit 950f9c710886df7abfef3c962649781cb82adf54
Author: Leo Famulari <[email protected]>
AuthorDate: Sat Mar 22 01:29:54 2025 -0400

    gnu: isync: Update to 1.5.1.
    
    * gnu/packages/mail.scm (isync): Update to 1.5.1.
    
    Change-Id: I69d9fcbb6f21f98bf492de7cba20cc0e5c5a0eb7
---
 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 0bc8d48d96..b7349576be 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2352,14 +2352,14 @@ hashing scheme (such as scrypt) plug-in for 
@code{Dovecot}.")
 (define-public isync
   (package
     (name "isync")
-    (version "1.5.0")
+    (version "1.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/isync/isync/"
                            version "/isync-" version ".tar.gz"))
        (sha256 (base32
-                "13gpawspfpiw87wm2p6gzrm98xwy741k2ib1l6fjggw7jc81xj50"))))
+                "1yi2pdjq4iyj9dpgvxwn7c09jxrri8bwggq7adpmpainh0l91k18"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to