futurile pushed a commit to branch rust-team
in repository guix.

commit 342654e26d787c64e3a1f9c47e275a1d3f85f801
Author: Steve George <[email protected]>
AuthorDate: Sun Mar 23 16:10:05 2025 +0000

    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 <[email protected]>
---
 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 f18352b2e2..893f7c9efb 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -93864,6 +93864,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")

Reply via email to