gnu: perl-uri-template: Update to 0.24.
* gnu/packages/web.scm (perl-uri-template): Update to 0.24.
This commit is contained in:
parent
0341fb9b68
commit
84cd5bd7f8
|
@ -3705,14 +3705,14 @@ methods for WebSocket URIs as it does for HTTP URIs.")
|
||||||
(define-public perl-uri-template
|
(define-public perl-uri-template
|
||||||
(package
|
(package
|
||||||
(name "perl-uri-template")
|
(name "perl-uri-template")
|
||||||
(version "0.23")
|
(version "0.24")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/B/BR/BRICAS/URI-Template-"
|
(uri (string-append "mirror://cpan/authors/id/B/BR/BRICAS/URI-Template-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nnijyv4n5qfg7l94j7fmvqy9cbq3gl9sz9anmgsiprmkmpk419j"))))
|
"1phibcmam2hklrddzj79l43va1gcqpyszbw21ynxq53ynmhjvbk8"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl-uri" ,perl-uri)))
|
`(("perl-uri" ,perl-uri)))
|
||||||
|
|
Loading…
Reference in New Issue