gnu: isync: Update to 1.3.0.
* gnu/packages/mail.scm (isync): Update to 1.3.0. [native-inputs]: Add perl.
This commit is contained in:
parent
63aa8558ad
commit
4949023137
|
@ -1244,15 +1244,17 @@ hashing schemes plugin for @code{Dovecot}.")
|
||||||
(define-public isync
|
(define-public isync
|
||||||
(package
|
(package
|
||||||
(name "isync")
|
(name "isync")
|
||||||
(version "1.2.1")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/isync/isync/"
|
(uri (string-append "mirror://sourceforge/isync/isync/"
|
||||||
version "/isync-" version ".tar.gz"))
|
version "/isync-" version ".tar.gz"))
|
||||||
(sha256 (base32
|
(sha256 (base32
|
||||||
"1bij6nm06ghkg98n2pdyacam2fyg5y8f7ajw0d5653m0r4ldw5p7"))))
|
"173wd7x8y5sp94slzwlnb7zhgs32r57zl9xspl2rf4g3fqwmhpwd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("perl" ,perl)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("bdb" ,bdb)
|
`(("bdb" ,bdb)
|
||||||
("openssl" ,openssl)))
|
("openssl" ,openssl)))
|
||||||
|
|
Loading…
Reference in New Issue