mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: Add rust-pretty-hex-0.2.
* gnu/packages/crates-io.scm (rust-pretty-hex-0.2): New variable.
This commit is contained in:
parent
c3f66882d1
commit
00969733be
1 changed files with 18 additions and 0 deletions
|
@ -27705,6 +27705,24 @@ (define-public rust-pretty-env-logger-0.3
|
||||||
("rust-chrono" ,rust-chrono-0.4)
|
("rust-chrono" ,rust-chrono-0.4)
|
||||||
("rust-env-logger" ,rust-env-logger-0.6))))))
|
("rust-env-logger" ,rust-env-logger-0.6))))))
|
||||||
|
|
||||||
|
(define-public rust-pretty-hex-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-pretty-hex")
|
||||||
|
(version "0.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "pretty-hex" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0c91f9sdwmn3mz2d414dp1xk4iw0k1nsif7lyqvhklzh57arjp5w"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments `(#:skip-build? #t))
|
||||||
|
(home-page "https://github.com/wolandr/pretty-hex")
|
||||||
|
(synopsis "Pretty hex dump of bytes slice in the common style")
|
||||||
|
(description "This is a Rust library providing pretty hex dump.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-prettytable-rs-0.8
|
(define-public rust-prettytable-rs-0.8
|
||||||
(package
|
(package
|
||||||
(name "rust-prettytable-rs")
|
(name "rust-prettytable-rs")
|
||||||
|
|
Loading…
Reference in a new issue