mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: rust-percent-encoding-2: Update to 2.3.1.
* gnu/packages/crates-io.scm (rust-percent-encoding-2): Update to 2.3.1. Change-Id: Ia7e970d5f5a5f16595908d2f35288288171540fa
This commit is contained in:
parent
11e02de207
commit
3e780e9d4e
1 changed files with 2 additions and 3 deletions
|
@ -55412,15 +55412,14 @@ (define-public rust-pep508-rs-0.2
|
|||
(define-public rust-percent-encoding-2
|
||||
(package
|
||||
(name "rust-percent-encoding")
|
||||
(version "2.3.0")
|
||||
(version "2.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "percent-encoding" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"152slflmparkh27hprw62sph8rv77wckzhwl2dhqk6bf563lfalv"))))
|
||||
(base32 "0gi8wgx0dcy8rnv1kywdv98lwcx67hz0a0zwpib5v2i08r88y573"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/servo/rust-url/")
|
||||
(synopsis "Percent encoding and decoding")
|
||||
|
|
Loading…
Reference in a new issue