me
/
guix
Archived
1
0
Fork 0

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
Nicolas Goaziou 2021-12-17 22:38:47 +01:00 committed by Leo Famulari
parent 37bdcaa7d3
commit b2ab9a38d0
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 5 additions and 3 deletions

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