mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add rust-rust-ini-0.20.
* gnu/packages/crates-io.scm (rust-rust-ini-0.20): New variable. Change-Id: I34555deb1108aaab0895967c8a05971c0048460d
This commit is contained in:
parent
56b63023fe
commit
871c523c17
1 changed files with 17 additions and 0 deletions
|
@ -68369,6 +68369,23 @@ (define-public rust-rust-ini-0.21
|
|||
"This package provides An Ini configuration file parsing library in Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-rust-ini-0.20
|
||||
(package
|
||||
(inherit rust-rust-ini-0.21)
|
||||
(name "rust-rust-ini")
|
||||
(version "0.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rust-ini" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12h608iy8kzxdrd0i5r20pzmgnw5fwg4rjwy5azq526bdch9h1iy"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1)
|
||||
("rust-ordered-multimap" ,rust-ordered-multimap-0.7)
|
||||
("rust-unicase" ,rust-unicase-2))))))
|
||||
|
||||
(define-public rust-rust-ini-0.18
|
||||
(package
|
||||
(inherit rust-rust-ini-0.21)
|
||||
|
|
Loading…
Reference in a new issue