guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

42/63: gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.91.


From: guix-commits
Subject: 42/63: gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.91.
Date: Thu, 8 Feb 2024 14:09:41 -0500 (EST)

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

commit 7c51eaebf7c2aaec0f122512d6d14f48409afb9b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 8 10:32:27 2024 +0200

    gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.91.
    
    * gnu/packages/crates-io.scm (rust-wasm-bindgen-shared-0.2): Update to
    0.2.91.
    
    Change-Id: I8b3043a8811fa5b6cd8ffaced96e5a2bfcfa7b8b
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 287a3611ee..95ec884021 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -75056,14 +75056,14 @@ attribute that is not in the shared backend crate.")
 (define-public rust-wasm-bindgen-shared-0.2
   (package
     (name "rust-wasm-bindgen-shared")
-    (version "0.2.87")
+    (version "0.2.91")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "wasm-bindgen-shared" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "18bmjwvfyhvlq49nzw6mgiyx4ys350vps4cmx5gvzckh91dd0sna"))))
+         (base32 "0f4qmjv57ppwi4xpdxgcd77vz9vmvlrnybg8dj430hzhvk96n62g"))))
     (build-system cargo-build-system)
     (home-page "https://rustwasm.github.io/wasm-bindgen/";)
     (synopsis "Shared support between wasm-bindgen and wasm-bindgen cli")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]