mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ (define-public perl-mojolicious
|
|||
(define-public perl-uri-escape
|
||||
(package
|
||||
(name "perl-uri-escape")
|
||||
(version "1.74")
|
||||
(version "1.76")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -59,7 +59,7 @@ (define-public perl-uri-escape
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0gfmrpyy075pn2mbshs5599h8m096gjdz2dn8vcivjw9bzs59hm9"))))
|
||||
"0gj1aj18k43kmzc3y1zhj5giinf8rksacf757r475xfna0fqxjdj"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-test-needs" ,perl-test-needs)))
|
||||
|
|
Loading…
Reference in a new issue