gnu: swaks: Update to 20201014.0.
* gnu/packages/mail.scm (swaks): Update to 20201014.0.
This commit is contained in:
parent
ad8cdc7b89
commit
f04a7ef5b6
1 changed files with 2 additions and 2 deletions
|
|
@ -3230,7 +3230,7 @@ on the fly. Both programs are written in C and are very fast.")
|
||||||
(define-public swaks
|
(define-public swaks
|
||||||
(package
|
(package
|
||||||
(name "swaks")
|
(name "swaks")
|
||||||
(version "20190914.0")
|
(version "20201014.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -3239,7 +3239,7 @@ on the fly. Both programs are written in C and are very fast.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0xd3952mm8r0nj32rhvciiaq8cx4hxvr7nqpv4njq18q6gv13qby"))))
|
(base32 "131i2b1yxhnbqkfk4kky40pfanqw2c5lcgbnjhfqp5cvpawpk2ai"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl-io-socket-inet6" ,perl-io-socket-inet6)
|
`(("perl-io-socket-inet6" ,perl-io-socket-inet6)
|
||||||
|
|
|
||||||
Reference in a new issue