mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-mint-0.5: Update to 0.5.9.
* gnu/packages/crates-io.scm (rust-mint-0.5): Update to 0.5.9. [arguments]: Add rust-serde-1 to cargo-inputs; add rust-serde-json-1 to cargo-development-inputs.
This commit is contained in:
parent
4b9ea794a7
commit
78c318636e
1 changed files with 5 additions and 2 deletions
|
@ -35768,7 +35768,7 @@ (define-public rust-miniz-sys-0.1
|
|||
(define-public rust-mint-0.5
|
||||
(package
|
||||
(name "rust-mint")
|
||||
(version "0.5.4")
|
||||
(version "0.5.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -35777,8 +35777,11 @@ (define-public rust-mint-0.5
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0c4190gr348fkfijij7vm19iagwl36mssj1irc9f6m448hbhgn68"))))
|
||||
"1zw5glv8z2d99c82jy2za97hh9p6377xmf4rbwz7jynsdfxfngg5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))
|
||||
#:cargo-development-inputs (("rust-serde-json" ,rust-serde-json-1))))
|
||||
(home-page "https://github.com/kvark/mint")
|
||||
(synopsis "Math interoperability standard types")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue