mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-memory-units-0.4.
* gnu/packages/crates-io.scm (rust-memory-units-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I55d8ae5439f8d53b7ace62381316a66720799f26
This commit is contained in:
parent
c013502e7f
commit
bf0f9437b0
1 changed files with 17 additions and 0 deletions
|
@ -43119,6 +43119,23 @@ (define-public rust-memoffset-0.5
|
|||
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
||||
(inputs '())))
|
||||
|
||||
(define-public rust-memory-units-0.4
|
||||
(package
|
||||
(name "rust-memory-units")
|
||||
(version "0.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "memory_units" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hyk1alsdpcw5r33c5yn7pk9h259klfxv4vhzx08y1j7l1di0ll4"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/pepyakin/memory_units")
|
||||
(synopsis "Safe conversions between units of memory")
|
||||
(description "Safe conversions between units of memory.")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-memsec-0.6
|
||||
(package
|
||||
(name "rust-memsec")
|
||||
|
|
Loading…
Reference in a new issue