me
/
guix
Archived
1
0
Fork 0

gnu: rust-form-urlencoded-1: Update to 1.1.0.

* gnu/packages/crates-io.scm (rust-form-urlencoded-1): Update to 1.1.0.
[cargo-inputs]: Remove rust-matches-0.1.
master
Efraim Flashner 2022-09-28 20:00:30 +03:00
parent ddc7c84efd
commit a830bbf433
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -23235,19 +23235,18 @@ implementation that is more efficient for smaller hash keys.")
(define-public rust-form-urlencoded-1
(package
(name "rust-form-urlencoded")
(version "1.0.0")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "form_urlencoded" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "005yi1319k5bz8g5ylbdiakq5jp5jh90yy6k357zm11fr4aqvrpc"))))
(base32 "1y3bwavygjzv7b0yqsjqk33yi6wz25b7q2aaq9h54vqmc7qq9hx9"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-matches" ,rust-matches-0.1)
("rust-percent-encoding" ,rust-percent-encoding-2))))
(("rust-percent-encoding" ,rust-percent-encoding-2))))
(home-page "https://github.com/servo/rust-url")
(synopsis "Parser and serializer for the urlencoded syntax")
(description