[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
209/424: gnu: rust-object-0.28: Update to 0.28.4.
From: |
guix-commits |
Subject: |
209/424: gnu: rust-object-0.28: Update to 0.28.4. |
Date: |
Sun, 10 Nov 2024 05:42:07 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 380263e8697ad0660f7b1cd41958f63bc4f2abc1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 15:56:10 2024 +0300
gnu: rust-object-0.28: Update to 0.28.4.
* gnu/packages/crates-io.scm (rust-object-0.28): Update to 0.28.4.
[arguments]: Don't skip the build. Add cargo-test-flags. Remove custom
phases.
Change-Id: I254066ad9499ef89f904db9d32c80d68c2115f83
---
gnu/packages/crates-io.scm | 32 ++++++++++----------------------
1 file changed, 10 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f3570af8e6..fd4bed4a01 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -49357,41 +49357,29 @@ file formats.")
(package
(inherit rust-object-0.29)
(name "rust-object")
- (version "0.28.2")
+ (version "0.28.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "object" version))
- (file-name
- (string-append name "-" version ".tar.gz"))
+ (file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1wgv6gx69rpn4jjqs24kvafwsic1q06iaafs5mb9hy34hp7c3x89"))))
+ "0964501nlfh806mik3f9v6n05mx74qa0w7byvn0sqpwm5lprhb74"))))
(arguments
- `(#:skip-build? #t
+ `(#:cargo-test-flags
+ (list "--release" "--"
+ "--skip=read::coff::coff_extended_relocations")
#:cargo-inputs
- (("rust-compiler-builtins"
- ,rust-compiler-builtins-0.1)
+ (("rust-compiler-builtins" ,rust-compiler-builtins-0.1)
("rust-crc32fast" ,rust-crc32fast-1)
("rust-flate2" ,rust-flate2-1)
("rust-hashbrown" ,rust-hashbrown-0.11)
("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))
- #:cargo-development-inputs
- (("rust-memmap" ,rust-memmap-0.7))
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-version-requirements
- (lambda _
- (substitute* "Cargo.toml"
- (("1.6.\\*")
- ,(package-version rust-indexmap-1)))
- #t)))))))
+ ("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.27
(package
- 188/424: gnu: rust-crossbeam-utils-0.8: Update to 0.8.20., (continued)
- 188/424: gnu: rust-crossbeam-utils-0.8: Update to 0.8.20., guix-commits, 2024/11/10
- 196/424: gnu: rust-rustc-demangle-0.1: Update to 0.1.24., guix-commits, 2024/11/10
- 198/424: gnu: Add rust-ruzstd-0.7., guix-commits, 2024/11/10
- 199/424: gnu: rust-schemars-0.8: Update to 0.8.21., guix-commits, 2024/11/10
- 193/424: gnu: rust-miniz-oxide-0.7: Update to 0.7.4., guix-commits, 2024/11/10
- 202/424: gnu: rust-trycmd-0.15: Update to 0.15.7., guix-commits, 2024/11/10
- 204/424: gnu: Add rust-wasmparser-0.216., guix-commits, 2024/11/10
- 208/424: gnu: rust-object-0.30: Update to 0.30.4., guix-commits, 2024/11/10
- 197/424: gnu: rust-rustversion-1: Update to 1.0.17., guix-commits, 2024/11/10
- 211/424: gnu: rust-arc-swap-1: Update to 1.7.1., guix-commits, 2024/11/10
- 209/424: gnu: rust-object-0.28: Update to 0.28.4.,
guix-commits <=
- 217/424: gnu: rust-hickory-recursor-0.24: Update to 0.24.1., guix-commits, 2024/11/10
- 222/424: gnu: Add rust-p521-0.13., guix-commits, 2024/11/10
- 227/424: gnu: Add rust-alloc-traits-0.1., guix-commits, 2024/11/10
- 220/424: gnu: aardvark-dns: Update to 1.12.2., guix-commits, 2024/11/10
- 215/424: gnu: rust-hickory-client-0.24: Update to 0.24.1., guix-commits, 2024/11/10
- 223/424: gnu: rust-primeorder-0.13: Update to 0.13.6., guix-commits, 2024/11/10
- 229/424: gnu: rust-buffered-reader-1: Update to 1.3.1., guix-commits, 2024/11/10
- 231/424: gnu: Add rust-hostname-validator-1., guix-commits, 2024/11/10
- 232/424: gnu: Add rust-iso7816-tlv-0.4., guix-commits, 2024/11/10
- 233/424: gnu: Add rust-mbox-0.7., guix-commits, 2024/11/10