[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: isync: Update to 1.3.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: isync: Update to 1.3.2. |
Date: |
Sun, 26 Jul 2020 20:10:25 -0400 |
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 0eea559 gnu: isync: Update to 1.3.2.
0eea559 is described below
commit 0eea55967cb054574fae3e308651a54758745d07
Author: Hendursaga <hendursaga@yahoo.com>
AuthorDate: Sun Jul 26 15:46:39 2020 +0000
gnu: isync: Update to 1.3.2.
* gnu/packages/mail.scm (isync): Update to 1.3.2.
[home-page]: Update home-page.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 f822aac..805e8e3 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: isync: Update to 1.3.2.,
guix-commits <=