guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.69.


From: guix-commits
Subject: 01/08: gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.69.
Date: Mon, 28 Dec 2020 16:00:58 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit c1737714c2cc1570202d4d951d0f791a27bb21f2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Dec 20 15:01:15 2020 +0100

    gnu: rust-wasm-bindgen-shared-0.2: Update to 0.2.69.
    
    * gnu/packages/crates-io.scm (rust-wasm-bindgen-shared-0.2): Update to 
0.2.69.
---
 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 bed9f9f..71d844d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -34578,7 +34578,7 @@ 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.60")
+    (version "0.2.69")
     (source
       (origin
         (method url-fetch)
@@ -34586,7 +34586,7 @@ attribute that is not in the shared backend crate.")
         (file-name (string-append name "-" version ".crate"))
         (sha256
          (base32
-          "0ffn4152w8n629f29lwjgj3adiyixvdbff3mld49gisssbknzxys"))))
+          "0n3ir6gq27np22l6m96y342a6fphk1pkbzbfqx6g364kgzfi2y3y"))))
     (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]