mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-ron-0.4: Update to 0.4.2.
* gnu/packages/crates-io.scm (rust-ron-0.4): Update to 0.4.2. [arguments]: Remove rust-serde-nytes-0.11 from cargo-development-inputs.
This commit is contained in:
parent
ec25e1febc
commit
2569d555a3
1 changed files with 3 additions and 3 deletions
|
@ -19991,7 +19991,7 @@ (define-public rust-rls-span-0.5
|
|||
(define-public rust-ron-0.4
|
||||
(package
|
||||
(name "rust-ron")
|
||||
(version "0.4.1")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -20000,7 +20000,7 @@ (define-public rust-ron-0.4
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mrqdgw3w0yypg24jyq9mphp4zr9lr0ks7yam82m4n34x6njijyr"))))
|
||||
"13ypx80ac1minrmn9w9sgnbxlknwiv7qhx5n50azh0s484j2mx8p"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
@ -20009,7 +20009,7 @@ (define-public rust-ron-0.4
|
|||
("rust-bitflags" ,rust-bitflags-1)
|
||||
("rust-serde" ,rust-serde-1.0))
|
||||
#:cargo-development-inputs
|
||||
(("rust-serde-bytes" ,rust-serde-bytes-0.11)
|
||||
(;("rust-serde-bytes" ,rust-serde-bytes-0.10)
|
||||
("rust-serde-json" ,rust-serde-json-1.0))))
|
||||
(home-page "https://github.com/ron-rs/ron")
|
||||
(synopsis "Rusty Object Notation")
|
||||
|
|
Loading…
Reference in a new issue