guix-commits
[Top][All Lists]
Advanced

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

03/85: gnu: Update rust-wasm-bindgen-test-0.2 to 0.2.50.


From: guix-commits
Subject: 03/85: gnu: Update rust-wasm-bindgen-test-0.2 to 0.2.50.
Date: Tue, 5 May 2020 07:56:12 -0400 (EDT)

htgoebel pushed a commit to branch master
in repository guix.

commit 8cc67deab3224de96125b72bb82a7f244a5332be
Author: Hartmut Goebel <address@hidden>
AuthorDate: Sun Apr 19 22:34:03 2020 +0200

    gnu: Update rust-wasm-bindgen-test-0.2 to 0.2.50.
    
    * gnu/packages/crates-io.scm (rust-wasm-bindgen-test-0.2): Update to 0.2.50.
---
 gnu/packages/crates-io.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5648459..1e4ccb7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -24395,7 +24395,7 @@ attribute that is not in the shared backend crate.")
   (package
     (inherit rust-wasm-bindgen-test-0.3)
     (name "rust-wasm-bindgen-test")
-    (version "0.2.48")
+    (version "0.2.50")
     (source
      (origin
        (method url-fetch)
@@ -24403,8 +24403,7 @@ attribute that is not in the shared backend crate.")
        (file-name
         (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "0gwslc2sfkghzzb3r0gvd8i5rig2nlqgpl1rn43y2w4mr1ci494k"))))
+        (base32 "1h96phc1dmwwqn46k05j2y1mc3ljazh8f1gqqy0x8hm7ccxnknd2"))))
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs



reply via email to

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