me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-form-urlencoded-1): Update to 1.2.0.
Efraim Flashner 2023-06-29 13:01:03 +03:00
parent a2793531e7
commit 3350b9a081
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -24106,14 +24106,14 @@ implementation that is more efficient for smaller hash keys.")
(define-public rust-form-urlencoded-1
(package
(name "rust-form-urlencoded")
(version "1.1.0")
(version "1.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "form_urlencoded" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1y3bwavygjzv7b0yqsjqk33yi6wz25b7q2aaq9h54vqmc7qq9hx9"))))
(base32 "0ljn0kz23nr9yf3432k656k178nh4jqryfji9b0jw343dz7w2ax6"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs