mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: isync: Update to 1.5.1.
* gnu/packages/mail.scm (isync): Update to 1.5.1. Change-Id: I69d9fcbb6f21f98bf492de7cba20cc0e5c5a0eb7
This commit is contained in:
parent
79886293a8
commit
950f9c7108
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue