GNU bug report logs -
#64898
[PATCH 0/9] rust-emacs-org-link-parser & rust-orgize
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Thu, 27 Jul 2023 14:29:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* Added rust-memory-units-0.4 to crates-io.scm
---
gnu/packages/crates-io.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 91f94af642..95c3671133 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -35166,6 +35166,25 @@ (define-public rust-memmap2-0.1
(sha256
(base32 "0nmymqy9q62x577ydja0ysfyir7h5qa0n5fwcnvchfhhlsi0rdyr"))))))
+(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)
+ (arguments
+ `(#:skip-build? #t))
+ (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-memoffset-0.7
(package
(name "rust-memoffset")
--
2.40.1
This bug report was last modified 1 year and 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.