summaryrefslogtreecommitdiff
path: root/gnu/packages/perl-web.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 15:40:24 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 00:11:10 +0100
commitd5b5d5826c6bbc6c25b7a7d39cce771e8e96832b (patch)
tree83762b2d44be20775b87528dcf53afac07333c2d /gnu/packages/perl-web.scm
parentb0842a8e0872d508ed607541c5dd7b5b2158fd81 (diff)
downloadguix-patches-d5b5d5826c6bbc6c25b7a7d39cce771e8e96832b.tar
guix-patches-d5b5d5826c6bbc6c25b7a7d39cce771e8e96832b.tar.gz
gnu: perl-uri-escape: Update to 1.76.
* gnu/packages/perl-web.scm (perl-uri-escape): Update to 1.76.
Diffstat (limited to 'gnu/packages/perl-web.scm')
-rw-r--r--gnu/packages/perl-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl-web.scm b/gnu/packages/perl-web.scm
index 3c462aed03..c1af1d2caf 100644
--- a/gnu/packages/perl-web.scm
+++ b/gnu/packages/perl-web.scm
@@ -51,7 +51,7 @@ endeavor to implement this idea using modern technologies.")
(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 @@ endeavor to implement this idea using modern technologies.")
version ".tar.gz"))
(sha256
(base32
- "0gfmrpyy075pn2mbshs5599h8m096gjdz2dn8vcivjw9bzs59hm9"))))
+ "0gj1aj18k43kmzc3y1zhj5giinf8rksacf757r475xfna0fqxjdj"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-needs" ,perl-test-needs)))