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:
Wilko Meyer 2023-07-27 16:31:06 +02:00 committed by Efraim Flashner
parent c013502e7f
commit bf0f9437b0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")