me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 7 additions and 9 deletions

View File

@ -11424,16 +11424,14 @@ 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.0") (version "0.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "hex" version)) (uri (crate-uri "hex" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz")) (sha256
(sha256 (base32 "0dbf00j3h3pz0lw8jp245rwypna6i23l4cpvym8gsczin9c92kv4"))))
(base32
"0glsfrx2pxfsf6ivxj7vfrvd7g78j4z47ssgm5idm8p376z3jfq2"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments '(#:skip-build? #t)) (arguments '(#:skip-build? #t))
(home-page "https://github.com/KokaKiwi/rust-hex") (home-page "https://github.com/KokaKiwi/rust-hex")