gnu: perl-http-tiny: Update to 0.076.
* gnu/packages/web.scm (perl-http-tiny): Update to 0.076.
This commit is contained in:
parent
af514eadb2
commit
34362ff6d6
1 changed files with 2 additions and 2 deletions
|
@ -2921,7 +2921,7 @@ http-based UI to your existing tools.")
|
||||||
(define-public perl-http-tiny
|
(define-public perl-http-tiny
|
||||||
(package
|
(package
|
||||||
(name "perl-http-tiny")
|
(name "perl-http-tiny")
|
||||||
(version "0.070")
|
(version "0.076")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2929,7 +2929,7 @@ http-based UI to your existing tools.")
|
||||||
"HTTP-Tiny-" version ".tar.gz"))
|
"HTTP-Tiny-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0cvp5yqrni6qydpsa8fpkbm82zfwmy9js8jsvyj8gs3dx78qbwvl"))))
|
"11wkxxqj3ff84rgj9q2gzkdgscwp3fzj205846k9ycqinlpsmgfx"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl-http-cookiejar" ,perl-http-cookiejar)
|
`(("perl-http-cookiejar" ,perl-http-cookiejar)
|
||||||
|
|
Reference in a new issue