mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: perl-uri-template: Update to 0.23.
* gnu/packages/web.scm (perl-uri-template): Update to 0.23.
This commit is contained in:
parent
583fa791e9
commit
aadfc7b02b
1 changed files with 2 additions and 2 deletions
|
@ -3633,14 +3633,14 @@ (define-public perl-uri-ws
|
||||||
(define-public perl-uri-template
|
(define-public perl-uri-template
|
||||||
(package
|
(package
|
||||||
(name "perl-uri-template")
|
(name "perl-uri-template")
|
||||||
(version "0.22")
|
(version "0.23")
|
||||||
(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
|
||||||
"08kjjb4c0v9gqfrfnj1wkivylxl05finn11ra64dj136fhmnyrbg"))))
|
"0nnijyv4n5qfg7l94j7fmvqy9cbq3gl9sz9anmgsiprmkmpk419j"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("perl-uri" ,perl-uri)))
|
`(("perl-uri" ,perl-uri)))
|
||||||
|
|
Loading…
Reference in a new issue