mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: Add rust-byte-tools-0.2.
* gnu/packages/crates-io.scm (rust-byte-tools-0.2): New variable.
This commit is contained in:
parent
97766bf3dc
commit
6e30a9052c
1 changed files with 13 additions and 0 deletions
|
@ -4745,6 +4745,19 @@ (define-public rust-byte-tools-0.3
|
|||
(description "Bytes related utility functions.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-byte-tools-0.2
|
||||
(package
|
||||
(inherit rust-byte-tools-0.3)
|
||||
(name "rust-byte-tools")
|
||||
(version "0.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "byte-tools" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0h2zxygfnn46akmgh8cdp4x6xy4kb0b45rzmj76rxa0j99bk432n"))))))
|
||||
|
||||
(define-public rust-byte-unit-4
|
||||
(package
|
||||
(name "rust-byte-unit")
|
||||
|
|
Loading…
Reference in a new issue