me
/
guix
Archived
1
0
Fork 0

gnu: perl-uri-template: Update to 0.23.

* gnu/packages/web.scm (perl-uri-template): Update to 0.23.
master
Tobias Geerinckx-Rice 2018-08-11 14:39:29 +02:00
parent 583fa791e9
commit aadfc7b02b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3633,14 +3633,14 @@ methods for WebSocket URIs as it does for HTTP URIs.")
(define-public perl-uri-template
(package
(name "perl-uri-template")
(version "0.22")
(version "0.23")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/B/BR/BRICAS/URI-Template-"
version ".tar.gz"))
(sha256
(base32
"08kjjb4c0v9gqfrfnj1wkivylxl05finn11ra64dj136fhmnyrbg"))))
"0nnijyv4n5qfg7l94j7fmvqy9cbq3gl9sz9anmgsiprmkmpk419j"))))
(build-system perl-build-system)
(inputs
`(("perl-uri" ,perl-uri)))