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

* gnu/packages/crates-io.scm (rust-hex-0.4): Update to 0.4.2.  Fix
indentation.
This commit is contained in:
Nicolas Goaziou 2020-12-04 14:04:15 +01:00
parent aa51460fca
commit 2973c74e53
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11424,16 +11424,14 @@ (define-public rust-hermit-abi-0.1
(define-public rust-hex-0.4
(package
(name "rust-hex")
(version "0.4.0")
(version "0.4.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "hex" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0glsfrx2pxfsf6ivxj7vfrvd7g78j4z47ssgm5idm8p376z3jfq2"))))
(origin
(method url-fetch)
(uri (crate-uri "hex" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0dbf00j3h3pz0lw8jp245rwypna6i23l4cpvym8gsczin9c92kv4"))))
(build-system cargo-build-system)
(arguments '(#:skip-build? #t))
(home-page "https://github.com/KokaKiwi/rust-hex")