mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: rust-mint: Update to 0.5.9.
* gnu/packages/crates-io.scm (rust-mint-0.5): Update to 0.5.9. [arguments]: New field.
This commit is contained in:
parent
822edbf08b
commit
fe76e27789
1 changed files with 7 additions and 2 deletions
|
@ -35106,7 +35106,7 @@ (define-public rust-miniz-sys-0.1
|
||||||
(define-public rust-mint-0.5
|
(define-public rust-mint-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-mint")
|
(name "rust-mint")
|
||||||
(version "0.5.4")
|
(version "0.5.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -35115,8 +35115,13 @@ (define-public rust-mint-0.5
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0c4190gr348fkfijij7vm19iagwl36mssj1irc9f6m448hbhgn68"))))
|
"1zw5glv8z2d99c82jy2za97hh9p6377xmf4rbwz7jynsdfxfngg5"))))
|
||||||
(build-system cargo-build-system)
|
(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")
|
(home-page "https://github.com/kvark/mint")
|
||||||
(synopsis "Math interoperability standard types")
|
(synopsis "Math interoperability standard types")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue