[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
238/379: gnu: Add rust-aligned-0.4.
From: |
guix-commits |
Subject: |
238/379: gnu: Add rust-aligned-0.4. |
Date: |
Mon, 10 Jul 2023 05:28:51 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit b31cb1ca1a4d27304082f60b33f46bae03a8ac8f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 16:25:56 2023 +0300
gnu: Add rust-aligned-0.4.
* gnu/packages/crates-io.scm (rust-aligned-0.4): New variable.
---
gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0a77a2c6b7..8f5c283c6b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -2762,6 +2762,26 @@ address that is aliasable when coerced to a raw pointer")
types.")
(license license:expat)))
+(define-public rust-aligned-0.4
+ (package
+ (name "rust-aligned")
+ (version "0.4.1")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "aligned" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0md67hsr0yw5qydr9hjlfz4wfxbbl39y7abkhpycf9m682a1p8l0"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-as-slice" ,rust-as-slice-0.2))))
+ (home-page "https://github.com/japaric/aligned")
+ (synopsis "Newtype with alignment of at least `A` bytes")
+ (description
+ "This package provides a newtype with alignment of at least `A` bytes.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-alloc-no-stdlib-2
(package
(name "rust-alloc-no-stdlib")
- 335/379: gnu: Add rust-p256-0.13., (continued)
- 335/379: gnu: Add rust-p256-0.13., guix-commits, 2023/07/10
- 334/379: gnu: Add rust-pikchr-0.1., guix-commits, 2023/07/10
- 336/379: gnu: Add rust-owo-colors-3., guix-commits, 2023/07/10
- 364/379: gnu: fd: Adjust for newer rust-clap-4., guix-commits, 2023/07/10
- 358/379: gnu: Add rust-clap-builder-4., guix-commits, 2023/07/10
- 361/379: gnu: Add rust-blowfish-0.9., guix-commits, 2023/07/10
- 376/379: gnu: rust-curl-sys-0.4: Update to 0.4.63+curl-8.1.2., guix-commits, 2023/07/10
- 375/379: gnu: newsboat: Update to 2.32., guix-commits, 2023/07/10
- 213/379: gnu: Remove rust-quasi-0.32., guix-commits, 2023/07/10
- 231/379: gnu: Remove rust-pin-project-auxiliary-macro-0.0., guix-commits, 2023/07/10
- 238/379: gnu: Add rust-aligned-0.4.,
guix-commits <=
- 249/379: gnu: Add rust-capnp-futures-0.14., guix-commits, 2023/07/10
- 252/379: gnu: Add rust-chrono-tz-build-0.0.3., guix-commits, 2023/07/10
- 262/379: gnu: Add rust-fehler-macros-1., guix-commits, 2023/07/10
- 277/379: gnu: Add rust-object-0.30., guix-commits, 2023/07/10
- 280/379: gnu: rust-pest-derive-2: Update to 2.6.0., guix-commits, 2023/07/10
- 281/379: gnu: rust-pest-generator-2: Update to 2.6.0., guix-commits, 2023/07/10
- 284/379: gnu: Add rust-print-bytes-1., guix-commits, 2023/07/10
- 287/379: gnu: Add rust-rsa-0.9., guix-commits, 2023/07/10
- 288/379: gnu: Add rust-rpassword-6., guix-commits, 2023/07/10
- 290/379: gnu: rust-rustversion-1: Update to 1.0.12., guix-commits, 2023/07/10