gnu: rust-percent-encoding-2: Update to 2.3.0.

* gnu/packages/crates-io.scm (rust-percent-encoding-2): Update to 2.3.0.
This commit is contained in:
Efraim Flashner 2023-06-29 13:01:03 +03:00
parent 3350b9a081
commit abf7cd0007
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -45011,7 +45011,7 @@ (define-public rust-pem-rfc7468-0.2
(define-public rust-percent-encoding-2
(package
(name "rust-percent-encoding")
(version "2.2.0")
(version "2.3.0")
(source
(origin
(method url-fetch)
@ -45019,7 +45019,7 @@ (define-public rust-percent-encoding-2
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"13nrpp6r1f4k14viksga3094krcrxgv4b42kqbriy63k7ln5g327"))))
"152slflmparkh27hprw62sph8rv77wckzhwl2dhqk6bf563lfalv"))))
(build-system cargo-build-system)
(home-page "https://github.com/servo/rust-url/")
(synopsis "Percent encoding and decoding")