diff mbox series

[bug#42551] Update isync

Message ID 541289626.7332071.1595778881012@mail.yahoo.com
State Accepted
Headers show
Series [bug#42551] Update isync | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job

Commit Message

kasper.andersson--- via Guix-patches" via July 26, 2020, 3:54 p.m. UTC
I updated isync from 1.3.1 to 1.3.2. This time, I was able to build it on mine, armhf, and aarch64 systems.
Also, I changed the homepage because that's what the URL gets redirected to anyway.
- Hendursaga

Comments

Leo Famulari July 27, 2020, 12:11 a.m. UTC | #1
On Sun, Jul 26, 2020 at 03:54:41PM +0000, Hendur Saga via Guix-patches via wrote:
> I updated isync from 1.3.1 to 1.3.2. This time, I was able to build it on mine, armhf, and aarch64 systems.
> Also, I changed the homepage because that's what the URL gets redirected to anyway.
> - Hendursaga

Thanks!

I amended the commit message and pushed as 0eea55967cb054574fae3e308651a54758745d07
diff mbox series

Patch

From fa08ce9ee129d3ff44fc0d928e48eb8a12b97344 Mon Sep 17 00:00:00 2001
From: Hendursaga <hendursaga@yahoo.com>
Date: Sun, 26 Jul 2020 15:46:39 +0000
Subject: [PATCH] Update isync

---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index d4ef3a1f3e..bf63797dee 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1550,14 +1550,14 @@  hashing scheme (such as scrypt) plug-in for @code{Dovecot}.")
 (define-public isync
   (package
     (name "isync")
-    (version "1.3.1")
+    (version "1.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/isync/isync/"
                            version "/isync-" version ".tar.gz"))
        (sha256 (base32
-                "1sphd30jplii58y2zmw365bckm6pszmapcy905zhjll1sm1ldjv8"))))
+                "01g8hk9gisz67204k8ad7w7i3zp9vg2c68lscld44bwiii1d21li"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))
@@ -1566,7 +1566,7 @@  hashing scheme (such as scrypt) plug-in for @code{Dovecot}.")
        ("cyrus-sasl" ,cyrus-sasl)
        ("openssl" ,openssl-1.0)
        ("zlib" ,zlib)))
-    (home-page "http://isync.sourceforge.net/")
+    (home-page "https://isync.sourceforge.io/")
     (synopsis "Mailbox synchronization program")
     (description
      "isync/mbsync is a command-line tool for two-way synchronization of
-- 
2.27.0