me
/
guix
Archived
1
0
Fork 0

gnu: perl-http-tiny: Update to 0.076.

* gnu/packages/web.scm (perl-http-tiny): Update to 0.076.
master
Tobias Geerinckx-Rice 2018-08-15 00:14:07 +02:00
parent af514eadb2
commit 34362ff6d6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2921,7 +2921,7 @@ http-based UI to your existing tools.")
(define-public perl-http-tiny
(package
(name "perl-http-tiny")
(version "0.070")
(version "0.076")
(source
(origin
(method url-fetch)
@ -2929,7 +2929,7 @@ http-based UI to your existing tools.")
"HTTP-Tiny-" version ".tar.gz"))
(sha256
(base32
"0cvp5yqrni6qydpsa8fpkbm82zfwmy9js8jsvyj8gs3dx78qbwvl"))))
"11wkxxqj3ff84rgj9q2gzkdgscwp3fzj205846k9ycqinlpsmgfx"))))
(build-system perl-build-system)
(inputs
`(("perl-http-cookiejar" ,perl-http-cookiejar)