guix-patches
[Top][All Lists]
Advanced

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

[bug#52616] [PATCH 07/42] gnu: rust-wasm-bindgen-test-macro-0.3: Update


From: Hartmut Goebel
Subject: [bug#52616] [PATCH 07/42] gnu: rust-wasm-bindgen-test-macro-0.3: Update to 0.3.24.
Date: Sat, 18 Dec 2021 21:49:18 +0100

* gnu/packages/crates-io.scm (rust-wasm-bindgen-test-macro-0.3): Update to 
0.3.24.
---
 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 b3388eeb37..a4e8680373 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61015,7 +61015,7 @@ attribute that is not in the shared backend crate.")
 (define-public rust-wasm-bindgen-test-macro-0.3
   (package
     (name "rust-wasm-bindgen-test-macro")
-    (version "0.3.19")
+    (version "0.3.24")
     (source
      (origin
        (method url-fetch)
@@ -61023,8 +61023,7 @@ attribute that is not in the shared backend crate.")
        (file-name
         (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "12s3h3g1f81afv0rk8idgw2mylgh5q6a30wy5yxc4940p537pq17"))))
+        (base32 "10p7s3zg8pinmb99yi5sgrnqbgf69h821xwbv7q1wm7kdky46ifx"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
-- 
2.30.2






reply via email to

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