mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: perl-lwp-protocol-https: Update to 6.09.
* gnu/packages/web.scm (perl-lwp-protocol-https): Update to 6.09.
This commit is contained in:
parent
1b0cda6b44
commit
89f25a813a
1 changed files with 2 additions and 3 deletions
|
@ -3789,15 +3789,14 @@ (define-public perl-lwp-mediatypes
|
|||
(define-public perl-lwp-protocol-https
|
||||
(package
|
||||
(name "perl-lwp-protocol-https")
|
||||
(version "6.07")
|
||||
(version "6.09")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/O/OA/OALDERS/"
|
||||
"LWP-Protocol-https-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rxrpwylfw1afah0nk96kgkwjbl2p1a7lwx50iipg8c4rx3cjb2j"))))
|
||||
(base32 "14pm785cgyrnppks6ccasb2vkqifh0a8fz36nmnhc2v926jy3kqn"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
;; For tests.
|
||||
|
|
Loading…
Reference in a new issue