mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: rust-percent-encoding: Update to 2.1.0.
* gnu/packages/crates-io.scm (rust-percent-encoding): Update to 2.1.0.
This commit is contained in:
parent
230e59da1b
commit
c34671a69d
1 changed files with 2 additions and 2 deletions
|
@ -2019,7 +2019,7 @@ (define-public rust-peeking-take-while
|
|||
(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 @@ (define-public rust-percent-encoding
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue