mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: rust-web-sys-0.3: Update to 0.3.61.
* gnu/packages/crates-io.scm (rust-web-sys-0.3): Update to 0.3.61.
This commit is contained in:
parent
317e76bb39
commit
199a94a5a6
1 changed files with 2 additions and 2 deletions
|
@ -69415,7 +69415,7 @@ (define-public rust-web-view-0.7
|
|||
(define-public rust-web-sys-0.3
|
||||
(package
|
||||
(name "rust-web-sys")
|
||||
(version "0.3.55")
|
||||
(version "0.3.61")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -69423,7 +69423,7 @@ (define-public rust-web-sys-0.3
|
|||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1yz9dym9y9f9s1f99q5j5kl2dfc5kn2jpjfdnnkfmnar3igi1srq"))))
|
||||
(base32 "15qbbdbhyz02srvm01p0cvlh0pvmbbin9hislp0yx8rvnbs9jfz3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue