mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06: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 @@ exists it is used instead.")
|
|||
(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…
Add table
Reference in a new issue