mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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.
This commit is contained in:
parent
6136a62f08
commit
7b8d8c7120
1 changed files with 7 additions and 2 deletions
|
@ -69107,7 +69107,7 @@ (define-public rust-wasm-bindgen-shared-0.2
|
||||||
(define-public rust-wasm-bindgen-test-0.3
|
(define-public rust-wasm-bindgen-test-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-wasm-bindgen-test")
|
(name "rust-wasm-bindgen-test")
|
||||||
(version "0.3.28")
|
(version "0.3.34")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -69115,7 +69115,12 @@ (define-public rust-wasm-bindgen-test-0.3
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(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)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue