[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
390/409: gnu: rust-wasmparser-0.216: Update to 0.218.
From: |
guix-commits |
Subject: |
390/409: gnu: rust-wasmparser-0.216: Update to 0.218. |
Date: |
Thu, 19 Dec 2024 02:23:04 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 9fe4f195234f6554df0471260baa6a67136c8076
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Dec 11 10:48:53 2024 +0900
gnu: rust-wasmparser-0.216: Update to 0.218.
* gnu/packages/crates-io.scm (rust-wasmparser-0.216): Replace with...
(rust-wasmparser-0.218): ... this. Add comment w.r.t. disabling tests.
(rust-wasmparser-0.118): Inherit from it, removing now duplicate fields.
(rust-object-0.36): Adjust accordingly.
Change-Id: I712c36a92d751447560c9c5ca9770c450cfc5030
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 552d9c12a6..1ac3fcf983 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52329,7 +52329,7 @@ form and deobfuscated locally.")
("rust-rustc-std-workspace-alloc" ,rust-rustc-std-workspace-alloc-1)
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1)
("rust-ruzstd" ,rust-ruzstd-0.7)
- ("rust-wasmparser" ,rust-wasmparser-0.216))))
+ ("rust-wasmparser" ,rust-wasmparser-0.218))))
(home-page "https://github.com/gimli-rs/object")
(synopsis "Unified interface for reading and writing object file formats")
(description
@@ -96177,20 +96177,23 @@ attribute that is not in the shared backend crate.")
and native running processes.")
(license (list license:expat license:asl2.0))))
-(define-public rust-wasmparser-0.216
+(define-public rust-wasmparser-0.218
(package
(name "rust-wasmparser")
- (version "0.216.0")
+ (version "0.218.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "wasmparser" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1qr8j1c15r208d9nsjw01x3w71m9i4g756djnhgk37b1lfzfdpmw"))))
+ (base32 "1p65jvj1i6bh180hd656z8yzkn3zx8vs3a6i5lmsgspczk3ld7mh"))))
(build-system cargo-build-system)
(arguments
- `(#:tests? #f ; failed to resolve: use of undeclared crate or module
`wat`
+ ;; The test suite fails with error "failed to resolve: use of undeclared
+ ;; crate or module `wat`" (see:
+ ;; https://github.com/bytecodealliance/wasm-tools/issues/1947).
+ `(#:tests? #f
#:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
("rust-bitflags" ,rust-bitflags-2)
("rust-hashbrown" ,rust-hashbrown-0.14)
@@ -96213,7 +96216,7 @@ and native running processes.")
(define-public rust-wasmparser-0.118
(package
- (inherit rust-wasmparser-0.216)
+ (inherit rust-wasmparser-0.218)
(name "rust-wasmparser")
(version "0.118.2")
(source
- 304/409: gnu: rust-hyper-0.12: Update to 0.12.36., (continued)
- 304/409: gnu: rust-hyper-0.12: Update to 0.12.36., guix-commits, 2024/12/19
- 321/409: gnu: Add rust-thiserror-impl-2., guix-commits, 2024/12/19
- 313/409: gnu: Add rust-windows-metadata-0.54., guix-commits, 2024/12/19
- 345/409: build-system: cargo: Accept unlabeled #:cargo-inputs., guix-commits, 2024/12/19
- 349/409: build/cargo: Honor #:parallel-build? and #:parallel-tests? arguments., guix-commits, 2024/12/19
- 387/409: gnu: rust-ring-0.13: Build source using trivial-build-system., guix-commits, 2024/12/19
- 367/409: gnu: rust-openssl-macros-0.1: Update to 0.1.1., guix-commits, 2024/12/19
- 395/409: gnu: rust-syn-2: Update to 2.0.90., guix-commits, 2024/12/19
- 375/409: gnu: Add rust-asn1-0.20., guix-commits, 2024/12/19
- 365/409: gnu: Add rust-chrono-tz-0.10., guix-commits, 2024/12/19
- 390/409: gnu: rust-wasmparser-0.216: Update to 0.218.,
guix-commits <=
- 404/409: gnu: Add rust-remoteprocess-0.5., guix-commits, 2024/12/19
- 405/409: gnu: Add rust-lru-0.10., guix-commits, 2024/12/19
- 408/409: gnu: Add rust-py-spy-testdata-0.1., guix-commits, 2024/12/19
- 45/409: gnu: Add rust-gix-dir-0.5., guix-commits, 2024/12/19
- 54/409: gnu: Add rust-pulldown-cmark-escape-0.11., guix-commits, 2024/12/19
- 59/409: gnu: Add rust-libcst-derive-1., guix-commits, 2024/12/19
- 05/409: gnu: rust-gix-command-0.3: Update to 0.3.10., guix-commits, 2024/12/19
- 08/409: gnu: rust-gix-path-0.10: Update to 0.10.12., guix-commits, 2024/12/19
- 65/409: gnu: rust-approx-0.5: Update to 0.5.1., guix-commits, 2024/12/19
- 13/409: gnu: rust-gix-utils-0.1: Update to 0.1.13., guix-commits, 2024/12/19