gnu: perl-uri-escape: Update to 1.76.
* gnu/packages/perl-web.scm (perl-uri-escape): Update to 1.76.
This commit is contained in:
parent
b0842a8e08
commit
d5b5d5826c
|
@ -51,7 +51,7 @@ endeavor to implement this idea using modern technologies.")
|
||||||
(define-public perl-uri-escape
|
(define-public perl-uri-escape
|
||||||
(package
|
(package
|
||||||
(name "perl-uri-escape")
|
(name "perl-uri-escape")
|
||||||
(version "1.74")
|
(version "1.76")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -59,7 +59,7 @@ endeavor to implement this idea using modern technologies.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gfmrpyy075pn2mbshs5599h8m096gjdz2dn8vcivjw9bzs59hm9"))))
|
"0gj1aj18k43kmzc3y1zhj5giinf8rksacf757r475xfna0fqxjdj"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-test-needs" ,perl-test-needs)))
|
`(("perl-test-needs" ,perl-test-needs)))
|
||||||
|
|
Loading…
Reference in New Issue