mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: isync: Update to 1.4.4 [fixes CVE-2021-{3657,44143}].
* gnu/packages/mail.scm (isync): Update to 1.4.4.
This commit is contained in:
parent
d8401fb508
commit
764be13ee6
1 changed files with 2 additions and 2 deletions
|
@ -2143,14 +2143,14 @@ hashing scheme (such as scrypt) plug-in for @code{Dovecot}.")
|
|||
(define-public isync
|
||||
(package
|
||||
(name "isync")
|
||||
(version "1.4.3")
|
||||
(version "1.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/isync/isync/"
|
||||
version "/isync-" version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"024p3glj4p7fhrssw5sr55arls9zna1igxxrspxlfd6sbds21ixl"))))
|
||||
"1zq0wwvmqsl9y71546dr0aygzn9gjjfiw19hlcq87s929y4p6ckw"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("perl" ,perl)))
|
||||
|
|
Loading…
Reference in a new issue