guix-commits
[Top][All Lists]
Advanced

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

70/194: gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.87.


From: guix-commits
Subject: 70/194: gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.87.
Date: Tue, 3 Oct 2023 14:57:28 -0400 (EDT)

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

commit 2ca7c8bc758ec1a2ec5c20d090b901738d6daa4a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 1 16:46:56 2023 +0300

    gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.87.
    
    * gnu/packages/crates-io.scm (rust-wasm-bindgen-shared-0.2): Update to
    0.2.87.
---
 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 5aa5389426..8802f8f39d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -77588,14 +77588,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.84")
+    (version "0.2.87")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "wasm-bindgen-shared" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "0pcvk1c97r1pprzfaxxn359r0wqg5bm33ylbwgjh8f4cwbvzwih0"))))
+         (base32 "18bmjwvfyhvlq49nzw6mgiyx4ys350vps4cmx5gvzckh91dd0sna"))))
     (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]