me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2023-12-24 10:00:03 +02:00
parent 11e02de207
commit 3e780e9d4e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -55412,15 +55412,14 @@ known as PEP 508.")
(define-public rust-percent-encoding-2 (define-public rust-percent-encoding-2
(package (package
(name "rust-percent-encoding") (name "rust-percent-encoding")
(version "2.3.0") (version "2.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "percent-encoding" version)) (uri (crate-uri "percent-encoding" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0gi8wgx0dcy8rnv1kywdv98lwcx67hz0a0zwpib5v2i08r88y573"))))
"152slflmparkh27hprw62sph8rv77wckzhwl2dhqk6bf563lfalv"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/servo/rust-url/") (home-page "https://github.com/servo/rust-url/")
(synopsis "Percent encoding and decoding") (synopsis "Percent encoding and decoding")