mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add rust-mint-0.5.
* gnu/packages/crates-io.scm (rust-mint-0.5): New variable.
This commit is contained in:
parent
8e1337fd3d
commit
fef9de551d
1 changed files with 20 additions and 0 deletions
|
@ -6631,6 +6631,26 @@ (define-public rust-miniz-sys-0.1
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-mint-0.5
|
||||
(package
|
||||
(name "rust-mint")
|
||||
(version "0.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "mint" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0c4190gr348fkfijij7vm19iagwl36mssj1irc9f6m448hbhgn68"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/kvark/mint")
|
||||
(synopsis "Math interoperability standard types")
|
||||
(description
|
||||
"This package provides math interoperability standard types.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-mio-0.6
|
||||
(package
|
||||
(name "rust-mio")
|
||||
|
|
Loading…
Reference in a new issue