[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
57/115: gnu: rust-object-0.28: Update to 0.28.4.
From: |
guix-commits |
Subject: |
57/115: gnu: rust-object-0.28: Update to 0.28.4. |
Date: |
Mon, 23 Sep 2024 08:50:45 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 65b786b6483bc9ea6e0b823db463c17e7fcf1e2a
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 1af15c7147..f95f3a4ac3 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
- 49/115: gnu: rust-trybuild-1: Update to 1.0.99., (continued)
- 49/115: gnu: rust-trybuild-1: Update to 1.0.99., guix-commits, 2024/09/23
- 54/115: gnu: Add rust-memmap2-0.6., guix-commits, 2024/09/23
- 55/115: gnu: rust-gimli-0.27: Update to 0.27.3., guix-commits, 2024/09/23
- 58/115: gnu: cargo-machete: Update to 0.6.2., guix-commits, 2024/09/23
- 44/115: gnu: rust-rustc-demangle-0.1: Update to 0.1.24., guix-commits, 2024/09/23
- 48/115: gnu: rust-schemars-derive-0.8: Update to 0.8.21., guix-commits, 2024/09/23
- 50/115: gnu: rust-trycmd-0.15: Update to 0.15.7., guix-commits, 2024/09/23
- 52/115: gnu: Add rust-wasmparser-0.216., guix-commits, 2024/09/23
- 51/115: gnu: rust-trycmd-0.14: Update to 0.14.21., guix-commits, 2024/09/23
- 53/115: gnu: fd: Update to 10.2.0., guix-commits, 2024/09/23
- 57/115: gnu: rust-object-0.28: Update to 0.28.4.,
guix-commits <=
- 60/115: gnu: Add rust-flume-0.11., guix-commits, 2024/09/23
- 61/115: gnu: Add rust-hostname-0.4., guix-commits, 2024/09/23
- 63/115: gnu: rust-hickory-client-0.24: Update to 0.24.1., guix-commits, 2024/09/23
- 65/115: gnu: rust-hickory-recursor-0.24: Update to 0.24.1., guix-commits, 2024/09/23
- 68/115: gnu: aardvark-dns: Update to 1.12.2., guix-commits, 2024/09/23
- 72/115: gnu: rust-openpgp-cert-d-0.3: Update to 0.3.3., guix-commits, 2024/09/23
- 66/115: gnu: rust-hickory-resolver-0.24: Update to 0.24.1., guix-commits, 2024/09/23
- 46/115: gnu: Add rust-ruzstd-0.7., guix-commits, 2024/09/23
- 62/115: gnu: Add rust-syslog-7., guix-commits, 2024/09/23
- 67/115: gnu: rust-hickory-server-0.24: Update to 0.24.1., guix-commits, 2024/09/23