[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
204/424: gnu: Add rust-wasmparser-0.216.
From: |
guix-commits |
Subject: |
204/424: gnu: Add rust-wasmparser-0.216. |
Date: |
Sun, 10 Nov 2024 05:42:06 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit af7d5b9c4008dea240eb0869d5f47afb8b1c88d6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Sep 22 15:43:47 2024 +0300
gnu: Add rust-wasmparser-0.216.
* gnu/packages/crates-io.scm (rust-wasmparser-0.216): New variable.
(rust-wasmparser-0.118): Inherit from rust-wasmparser-0.216.
Change-Id: I27b6ddbdb1c32379e3bca76d04ee1ff85fe87f80
---
gnu/packages/crates-io.scm | 45 ++++++++++++++++++++++++++++++++++++---------
1 file changed, 36 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 10810f5efb..6e40627100 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -90556,29 +90556,32 @@ 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.118
+(define-public rust-wasmparser-0.216
(package
(name "rust-wasmparser")
- (version "0.118.2")
+ (version "0.216.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "wasmparser" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0365n7dd01fh2jklq6q41nszhyyaz82shd4q3nhf4s5q397ibwbp"))))
+ (base32 "1qr8j1c15r208d9nsjw01x3w71m9i4g756djnhgk37b1lfzfdpmw"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; failed to resolve: use of undeclared crate or module
`wat`
- #:cargo-inputs (("rust-indexmap" ,rust-indexmap-2)
- ("rust-semver" ,rust-semver-1))
+ #:cargo-inputs (("rust-ahash" ,rust-ahash-0.8)
+ ("rust-bitflags" ,rust-bitflags-2)
+ ("rust-hashbrown" ,rust-hashbrown-0.14)
+ ("rust-indexmap" ,rust-indexmap-2)
+ ("rust-semver" ,rust-semver-1)
+ ("rust-serde" ,rust-serde-1))
#:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1)
- ("rust-criterion" ,rust-criterion-0.3)
- ("rust-env-logger" ,rust-env-logger-0.9)
+ ("rust-criterion" ,rust-criterion-0.5)
+ ("rust-env-logger" ,rust-env-logger-0.11)
("rust-log" ,rust-log-0.4)
("rust-once-cell" ,rust-once-cell-1)
- ("rust-rayon" ,rust-rayon-1)
- ("rust-wasm-encoder"
,rust-wasm-encoder-0.38))))
+ ("rust-rayon" ,rust-rayon-1))))
(home-page
"https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser")
(synopsis "Simple event-driven library for parsing WebAssembly binary
files")
@@ -90587,6 +90590,30 @@ and native running processes.")
@code{WebAssembly} binary files.")
(license license:asl2.0)))
+(define-public rust-wasmparser-0.118
+ (package
+ (inherit rust-wasmparser-0.216)
+ (name "rust-wasmparser")
+ (version "0.118.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "wasmparser" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0365n7dd01fh2jklq6q41nszhyyaz82shd4q3nhf4s5q397ibwbp"))))
+ (arguments
+ `(#:tests? #f ; failed to resolve: use of undeclared crate or module
`wat`
+ #:cargo-inputs (("rust-indexmap" ,rust-indexmap-2)
+ ("rust-semver" ,rust-semver-1))
+ #:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1)
+ ("rust-criterion" ,rust-criterion-0.3)
+ ("rust-env-logger" ,rust-env-logger-0.9)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-rayon" ,rust-rayon-1)
+ ("rust-wasm-encoder"
,rust-wasm-encoder-0.38))))))
+
(define-public rust-wasmparser-0.57
(package
(inherit rust-wasmparser-0.118)
- 191/424: gnu: rust-memmap2-0.9: Update to 0.9.5., (continued)
- 191/424: gnu: rust-memmap2-0.9: Update to 0.9.5., guix-commits, 2024/11/10
- 186/424: gnu: rust-crossbeam-channel-0.5: Update to 0.5.13., guix-commits, 2024/11/10
- 189/424: gnu: Add rust-gimli-0.31., guix-commits, 2024/11/10
- 192/424: gnu: Add rust-miniz-oxide-0.8., guix-commits, 2024/11/10
- 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 <=
- 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, 2024/11/10
- 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