mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: Add rust-lazy-bytes-cast-5.
* gnu/packages/crates-io.scm (rust-lazy-bytes-cast-5): New variable.
This commit is contained in:
parent
48792feff9
commit
b619e9ba57
1 changed files with 19 additions and 0 deletions
|
@ -17620,6 +17620,25 @@ (define-public rust-lalrpop-util-0.17
|
|||
(sha256
|
||||
(base32 "0z4bjn3g9232n1im5p6mn9mwlvw5aj5iac6hbjmljqxkhf3d2xy2"))))))
|
||||
|
||||
(define-public rust-lazy-bytes-cast-5
|
||||
(package
|
||||
(name "rust-lazy-bytes-cast")
|
||||
(version "5.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "lazy-bytes-cast" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0sr0dy1jfg7bjwm9js4hk0ngl0cmgparq2idv1m1bkc9y2cp898h"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/DoumanAsh/lazy-bytes-cast")
|
||||
(synopsis "Lazy casts from and to byte arrays")
|
||||
(description
|
||||
"This crate provides simple methods to cast from and into byte arrays.")
|
||||
(license license:boost1.0)))
|
||||
|
||||
(define-public rust-lazy-static-1.4
|
||||
(package
|
||||
(name "rust-lazy-static")
|
||||
|
|
Loading…
Reference in a new issue