summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-09-16 16:18:39 +0300
committerEfraim Flashner <efraim@flashner.co.il>2019-09-16 16:18:39 +0300
commitc34671a69dcc6fc508c54822580e68095c6e719c (patch)
tree4812b85676259f056c0b2ee468759fd287039b42 /gnu
parent230e59da1b41d5a6e770e428cbe2b8f66eaf9ee4 (diff)
downloadpatches-c34671a69dcc6fc508c54822580e68095c6e719c.tar
patches-c34671a69dcc6fc508c54822580e68095c6e719c.tar.gz
gnu: rust-percent-encoding: Update to 2.1.0.
* gnu/packages/crates-io.scm (rust-percent-encoding): Update to 2.1.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/crates-io.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e138b93e9b..906a8e66bf 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2019,7 +2019,7 @@ the @code{take_while} predicate returned false after dropping the @code{by_ref}.
(define-public rust-percent-encoding
(package
(name "rust-percent-encoding")
- (version "2.0.0")
+ (version "2.1.0")
(source
(origin
(method url-fetch)
@@ -2027,7 +2027,7 @@ the @code{take_while} predicate returned false after dropping the @code{by_ref}.
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0m6rkp3iy11la04p6z3492rns6n693pvmx585dvfmzzlzak2hkxs"))))
+ "0bp3zrsk3kr47fbpipyczidbbx4g54lzxdm77ni1i3qws10mdzfl"))))
(build-system cargo-build-system)
(home-page "https://github.com/servo/rust-url/")
(synopsis "Percent encoding and decoding")