guix-commits
[Top][All Lists]
Advanced

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

371/470: gnu: rust-wasm-bindgen-test-0.3: Update to 0.3.34.


From: guix-commits
Subject: 371/470: gnu: rust-wasm-bindgen-test-0.3: Update to 0.3.34.
Date: Thu, 16 Mar 2023 03:02:17 -0400 (EDT)

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

commit 66b5bf0f41b9d82114deddcf07a286b522e7373c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 23 17:05:58 2023 +0200

    gnu: rust-wasm-bindgen-test-0.3: Update to 0.3.34.
    
    * gnu/packages/crates-io.scm (rust-wasm-bindgen-test-0.3): Update to
    0.3.34.
    [source]: Add snippet to remove hardcoded version dependency.
---
 gnu/packages/crates-io.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2f65938724..17c5069386 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -68904,7 +68904,7 @@ attribute that is not in the shared backend crate.")
 (define-public rust-wasm-bindgen-test-0.3
   (package
     (name "rust-wasm-bindgen-test")
-    (version "0.3.28")
+    (version "0.3.34")
     (source
      (origin
        (method url-fetch)
@@ -68912,7 +68912,12 @@ attribute that is not in the shared backend crate.")
        (file-name
         (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0zkb3swn81blwg0kdl2y49paaxgavc122q2kygq1xxpxf5wsmwcn"))))
+        (base32 "02x3agz7jn517fbbvnhncajvanr0w055jhinzf49w87vz706zcvd"))
+       (modules '((guix build utils)))
+       (snippet
+        '(begin
+           (substitute* "Cargo.toml"
+             (("=0\\.3\\.34") "^0.3.34"))))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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