From 0bc289db245c81267378eebca2f83cefc56f6d9b Mon Sep 17 00:00:00 2001 From: Steve George Date: Sun, 23 Mar 2025 16:10:05 +0000 Subject: [PATCH] gnu: Add rust-wasmtime-component-util-25. * gnu/packages/crates-io.scm (rust-wasmtime-component-util-25): New variable. Change-Id: Ib0aefbc176c44248a4e2a57e325f24e8c1d1caf5 Signed-off-by: Steve George --- gnu/packages/crates-io.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6882295e11..b16aeb8e9a 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -96555,6 +96555,26 @@ binary format.") format to the text format.") (license (list license:asl2.0 license:asl2.0 license:expat)))) +(define-public rust-wasmtime-component-util-25 + (package + (name "rust-wasmtime-component-util") + (version "25.0.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "wasmtime-component-util" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0s1210kx2w78k712vvc4svh1c00x8x31n7brzp96d7b2aqmrvhpx")))) + (build-system cargo-build-system) + (home-page "https://github.com/bytecodealliance/wasmtime") + (synopsis + "Utility types and functions for the component model in Wasmtime") + (description + "This package provides utility types and functions to support the +component model in Wasmtime.") + (license (list license:asl2.0)))) + (define-public rust-wasmtime-types-25 (package (name "rust-wasmtime-types")