mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-form-urlencoded-1: Update to 1.2.1.
* gnu/packages/crates-io.scm (rust-form-urlencoded-1): Update to 1.2.1. Change-Id: Ibf137647bdb39c454ba962616954f252f37c7853
This commit is contained in:
parent
d11d3a9852
commit
6172314028
1 changed files with 2 additions and 2 deletions
|
@ -28092,14 +28092,14 @@ (define-public rust-fork-0.1
|
|||
(define-public rust-form-urlencoded-1
|
||||
(package
|
||||
(name "rust-form-urlencoded")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "form_urlencoded" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0ljn0kz23nr9yf3432k656k178nh4jqryfji9b0jw343dz7w2ax6"))))
|
||||
(base32 "0milh8x7nl4f450s3ddhg57a3flcv6yq8hlkyk6fyr3mcb128dp1"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue