[PATCH] Update isync

  • Done
  • quality assurance status badge
Details
2 participants
  • Hendur Saga
  • Leo Famulari
Owner
unassigned
Submitted by
Hendur Saga
Severity
normal

Debbugs page

Hendur Saga wrote 5 years ago
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
541289626.7332071.1595778881012@mail.yahoo.com
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: file
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(-)

Toggle diff (32 lines)
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
Leo Famulari wrote 5 years ago
(address . 42551-done@debbugs.gnu.org)
20200727001111.GA11882@jasmine.lan
On Sun, Jul 26, 2020 at 03:54:41PM +0000, Hendur Saga via Guix-patches via wrote:
Toggle quote (4 lines)
> 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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 42551@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 42551
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help