gnu: rust-hex-0.4: Update to 0.4.3.
* gnu/packages/crates-io.scm (rust-hex-0.4): Update to 0.4.3.master
parent
37bdcaa7d3
commit
b2ab9a38d0
|
@ -23143,16 +23143,18 @@ It is used to build the target x86_64-unknown-hermit.")
|
||||||
(define-public rust-hex-0.4
|
(define-public rust-hex-0.4
|
||||||
(package
|
(package
|
||||||
(name "rust-hex")
|
(name "rust-hex")
|
||||||
(version "0.4.2")
|
(version "0.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "hex" version))
|
(uri (crate-uri "hex" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dbf00j3h3pz0lw8jp245rwypna6i23l4cpvym8gsczin9c92kv4"))))
|
(base32 "0w1a4davm1lgzpamwnba907aysmlrnygbqmfis2mqjx5m552a93z"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments '(#:skip-build? #t))
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs (("rust-serde" ,rust-serde-1))))
|
||||||
(home-page "https://github.com/KokaKiwi/rust-hex")
|
(home-page "https://github.com/KokaKiwi/rust-hex")
|
||||||
(synopsis "Encode and decode data to/from hexadecimals")
|
(synopsis "Encode and decode data to/from hexadecimals")
|
||||||
(description "This crate allows for encoding and decoding data into/from
|
(description "This crate allows for encoding and decoding data into/from
|
||||||
|
|
Reference in New Issue