gnu: rust-hex-0.4: Update to 0.4.3.

* gnu/packages/crates-io.scm (rust-hex-0.4): Update to 0.4.3.
This commit is contained in:
Nicolas Goaziou 2021-12-17 22:38:47 +01:00
parent 435077d86f
commit f98aba9b7b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -23143,16 +23143,18 @@ It is used to build the target x86_64-unknown-hermit.")
(define-public rust-hex-0.4
(package
(name "rust-hex")
(version "0.4.2")
(version "0.4.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "hex" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0dbf00j3h3pz0lw8jp245rwypna6i23l4cpvym8gsczin9c92kv4"))))
(base32 "0w1a4davm1lgzpamwnba907aysmlrnygbqmfis2mqjx5m552a93z"))))
(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")
(synopsis "Encode and decode data to/from hexadecimals")
(description "This crate allows for encoding and decoding data into/from