mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: rust-wasm-bindgen-0.2: Update to 0.2.87.
* gnu/packages/crates-io.scm (rust-wasm-bindgen-0.2): Update to 0.2.87. [source]: Update snippet to be more future-proof.
This commit is contained in:
parent
8176c45cce
commit
db0b317d59
1 changed files with 5 additions and 5 deletions
|
@ -77468,7 +77468,7 @@ (define-public rust-wasi-0.9
|
|||
(define-public rust-wasm-bindgen-0.2
|
||||
(package
|
||||
(name "rust-wasm-bindgen")
|
||||
(version "0.2.84")
|
||||
(version "0.2.87")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -77476,12 +77476,12 @@ (define-public rust-wasm-bindgen-0.2
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0fx5gh0b4n6znfa3blz92wn1k4bbiysyq9m95s7rn3gk46ydry1i"))
|
||||
(base32 "0hm3k42gcnrps2jh339h186scx1radqy1w7v1zwb333dncmaf1kp"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(begin
|
||||
(substitute* "Cargo.toml"
|
||||
(("=0\\.3\\.34") "^0.3.34"))))))
|
||||
'(begin (substitute* "Cargo.toml"
|
||||
(("\"=([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
|
||||
(string-append "\"^" version)))))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue