[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
277/472: gnu: Add rust-object-0.30.
From: |
guix-commits |
Subject: |
277/472: gnu: Add rust-object-0.30. |
Date: |
Tue, 18 Jul 2023 14:09:10 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 5fc6d6b9dac177251e62b0e3f34169f7bbbc9d90
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 17:02:23 2023 +0300
gnu: Add rust-object-0.30.
* gnu/packages/crates-io.scm (rust-object-0.30): New variable.
(rust-object-0.29): Inherit from rust-object-0.30.
---
gnu/packages/crates-io.scm | 38 +++++++++++++++++++++++++++++++++-----
1 file changed, 33 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0dc66ae1ba..5f0c1bdae3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41170,25 +41170,28 @@ representation and parsing.")
(description "This package provides procedural macros for the objc2
project.")
(license license:expat)))
-(define-public rust-object-0.29
+(define-public rust-object-0.30
(package
(name "rust-object")
- (version "0.29.0")
+ (version "0.30.3")
(source (origin
(method url-fetch)
(uri (crate-uri "object" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0lzblxwxcih7j4z2cfx9094caax97hlfm9n0y5hlavda6cn8n591"))))
+ "0fdl7qjsz1j9kl3j7f4656fswzrqpyj2kgaizhknmjrx7mfjd1pa"))))
(build-system cargo-build-system)
(arguments
- `(#:skip-build? #t
+ `(#:cargo-test-flags
+ '("--release" "--"
+ ;; Not all files are included
+ "--skip=read::coff::coff_extended_relocations")
#:cargo-inputs
(("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
("rust-crc32fast" ,rust-crc32fast-1)
("rust-flate2" ,rust-flate2-1)
- ("rust-hashbrown" ,rust-hashbrown-0.12)
+ ("rust-hashbrown" ,rust-hashbrown-0.13)
("rust-indexmap" ,rust-indexmap-1)
("rust-memchr" ,rust-memchr-2)
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
@@ -41201,6 +41204,31 @@ representation and parsing.")
file formats.")
(license (list license:asl2.0 license:expat))))
+(define-public rust-object-0.29
+ (package
+ (inherit rust-object-0.30)
+ (name "rust-object")
+ (version "0.29.0")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "object" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0lzblxwxcih7j4z2cfx9094caax97hlfm9n0y5hlavda6cn8n591"))))
+ (arguments
+ `(#:skip-build? #t
+ #:cargo-inputs
+ (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
+ ("rust-crc32fast" ,rust-crc32fast-1)
+ ("rust-flate2" ,rust-flate2-1)
+ ("rust-hashbrown" ,rust-hashbrown-0.12)
+ ("rust-indexmap" ,rust-indexmap-1)
+ ("rust-memchr" ,rust-memchr-2)
+ ("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
+ ("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
+ ("rust-wasmparser" ,rust-wasmparser-0.57))))))
+
(define-public rust-object-0.28
(package
(inherit rust-object-0.29)
- 317/472: gnu: sequoia: Update to 1.16.0., (continued)
- 317/472: gnu: sequoia: Update to 1.16.0., guix-commits, 2023/07/18
- 338/472: gnu: Add rust-openpgp-cert-d-0.1., guix-commits, 2023/07/18
- 343/472: gnu: Add rust-git-testament-0.2., guix-commits, 2023/07/18
- 332/472: gnu: Add rust-roadmap-0.5., guix-commits, 2023/07/18
- 231/472: gnu: Remove rust-pin-project-auxiliary-macro-0.0., guix-commits, 2023/07/18
- 237/472: gnu: Add rust-afl-0.12., guix-commits, 2023/07/18
- 243/472: gnu: Add rust-botan-sys-0.10., guix-commits, 2023/07/18
- 263/472: gnu: rust-fs-extra-1: Update to 1.3.0., guix-commits, 2023/07/18
- 274/472: gnu: Add rust-markup5ever-rcdom-0.2., guix-commits, 2023/07/18
- 273/472: gnu: Add rust-markup5ever-0.11., guix-commits, 2023/07/18
- 277/472: gnu: Add rust-object-0.30.,
guix-commits <=
- 279/472: gnu: rust-pest-2: Update to 2.6.0., guix-commits, 2023/07/18
- 280/472: gnu: rust-pest-derive-2: Update to 2.6.0., guix-commits, 2023/07/18
- 282/472: gnu: rust-pest-meta-2: Update to 2.6.0., guix-commits, 2023/07/18
- 283/472: gnu: Add rust-pkcs1-0.7., guix-commits, 2023/07/18
- 287/472: gnu: Add rust-rsa-0.9., guix-commits, 2023/07/18
- 288/472: gnu: Add rust-rpassword-6., guix-commits, 2023/07/18
- 292/472: gnu: rust-sha-1-0.10: Update to 0.10.5., guix-commits, 2023/07/18
- 291/472: gnu: Add rust-serde-yaml-0.9., guix-commits, 2023/07/18
- 312/472: gnu: rust-sequoia-openpgp-1: Update to 1.16.0., guix-commits, 2023/07/18
- 313/472: gnu: Remove libsequoia., guix-commits, 2023/07/18