gnu: perl-net-smtp-ssl: Update to 1.04.

* gnu/packages/web.scm (perl-net-smtp-ssl): Update to 1.04.
master
Tobias Geerinckx-Rice 2018-02-26 06:50:17 +01:00
parent 6f8d1f7274
commit 12505baed9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3208,7 +3208,7 @@ or to multiple server ports.")
(define-public perl-net-smtp-ssl
(package
(name "perl-net-smtp-ssl")
(version "1.03")
(version "1.04")
(source
(origin
(method url-fetch)
@ -3216,7 +3216,7 @@ or to multiple server ports.")
"Net-SMTP-SSL-" version ".tar.gz"))
(sha256
(base32
"05y94mb1vdw32mvwb0cp2h4ggh32f8j8nwwfjb8kjwxvfkfhyp9h"))))
"001a6dcfahf7kkyirqkc8jd4fh4fkal7n7vm9c4dblqrvmdc8abv"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)))