gnu: perl-net-smtp-ssl: Use CPAN mirror.

* gnu/packages/web.scm (perl-net-smtp-ssl)[source]: Use CPAN mirror.
This commit is contained in:
Efraim Flashner 2016-08-19 23:22:51 +03:00
parent ea0836cd6f
commit 2108526158
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -2615,11 +2615,11 @@ (define-public perl-net-smtp-ssl
(source
(origin
(method url-fetch)
(uri (string-append "https://cpan.metacpan.org/authors/id/R/RJ/RJBS/"
(uri (string-append "mirror://cpan/authors/id/R/RJ/RJBS/"
"Net-SMTP-SSL-" version ".tar.gz"))
(sha256
(base32
"05y94mb1vdw32mvwb0cp2h4ggh32f8j8nwwfjb8kjwxvfkfhyp9h"))))
(base32
"05y94mb1vdw32mvwb0cp2h4ggh32f8j8nwwfjb8kjwxvfkfhyp9h"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)))