mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: rust-yaml-rust: Update to 0.4.4.
* gnu/packages/crates-io.scm (rust-yaml-rust): Update to 0.4.4. [arguments]: Update rust-quickcheck to 0.9.
This commit is contained in:
parent
840857bf48
commit
d2d7be35fe
1 changed files with 4 additions and 6 deletions
|
@ -27477,22 +27477,20 @@ (define-public rust-y4m-0.5
|
||||||
(define-public rust-yaml-rust-0.4
|
(define-public rust-yaml-rust-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-yaml-rust")
|
(name "rust-yaml-rust")
|
||||||
(version "0.4.3")
|
(version "0.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "yaml-rust" version))
|
(uri (crate-uri "yaml-rust" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "038byay0dxsz6isckviz4qshfpyjqmyvda7pq96i6d53y4ickw1r"))))
|
||||||
"0ka3qhqc5lvk3hz14wmsj32jhmh44blcbfrx5hfxli2gg38kv4k5"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-linked-hash-map" ,rust-linked-hash-map-0.5))
|
(("rust-linked-hash-map" ,rust-linked-hash-map-0.5))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-quickcheck" ,rust-quickcheck-0.7))))
|
(("rust-quickcheck" ,rust-quickcheck-0.9))))
|
||||||
(home-page "https://chyh1990.github.io/yaml-rust/")
|
(home-page "https://chyh1990.github.io/yaml-rust/")
|
||||||
(synopsis "The missing YAML 1.2 parser for rust")
|
(synopsis "The missing YAML 1.2 parser for rust")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue