From: Hendur Saga via Guix-patches via <guix-patches@gnu.org>
To: 42551@debbugs.gnu.org
Subject: [bug#42551] [PATCH] Update isync
Date: Sun, 26 Jul 2020 15:54:41 +0000 (UTC) [thread overview]
Message-ID: <541289626.7332071.1595778881012@mail.yahoo.com> (raw)
In-Reply-To: 541289626.7332071.1595778881012.ref@mail.yahoo.com
[-- Attachment #1.1: Type: text/plain, Size: 204 bytes --]
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
[-- Attachment #1.2: Type: text/html, Size: 571 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Update-isync.patch --]
[-- Type: text/x-patch, Size: 1476 bytes --]
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
next parent reply other threads:[~2020-07-26 16:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <541289626.7332071.1595778881012.ref@mail.yahoo.com>
2020-07-26 15:54 ` Hendur Saga via Guix-patches via [this message]
2020-07-27 0:11 ` [bug#42551] [PATCH] Update isync Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=541289626.7332071.1595778881012@mail.yahoo.com \
--to=guix-patches@gnu.org \
--cc=42551@debbugs.gnu.org \
--cc=hendursaga@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.