mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-lwp-protocol-https: Update to 6.07.
* gnu/packages/web.scm (perl-lwp-protocol-https): Update to 6.07. [native-inputs]: Add perl-test-requiresinternet.
This commit is contained in:
parent
bdf1fe51d5
commit
80f755090d
1 changed files with 6 additions and 3 deletions
|
@ -3089,16 +3089,19 @@ (define-public perl-lwp-mediatypes
|
||||||
(define-public perl-lwp-protocol-https
|
(define-public perl-lwp-protocol-https
|
||||||
(package
|
(package
|
||||||
(name "perl-lwp-protocol-https")
|
(name "perl-lwp-protocol-https")
|
||||||
(version "6.06")
|
(version "6.07")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/M/MS/MSCHILLI/"
|
(uri (string-append "mirror://cpan/authors/id/O/OA/OALDERS/"
|
||||||
"LWP-Protocol-https-" version ".tar.gz"))
|
"LWP-Protocol-https-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vxdjqj4bwq56m9h1bqqwkk3c6jr76f2zqzvwa26yjng3p686v5q"))))
|
"1rxrpwylfw1afah0nk96kgkwjbl2p1a7lwx50iipg8c4rx3cjb2j"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
|
(native-inputs
|
||||||
|
;; For tests.
|
||||||
|
`(("perl-test-requiresinternet" ,perl-test-requiresinternet)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)
|
`(("perl-io-socket-ssl" ,perl-io-socket-ssl)
|
||||||
("perl-libwww" ,perl-libwww)
|
("perl-libwww" ,perl-libwww)
|
||||||
|
|
Loading…
Reference in a new issue