mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add rust-takeable-option-0.4.
* gnu/packages/crates-io.scm (rust-takeable-option-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
0e074cc22d
commit
dcd721d08d
1 changed files with 20 additions and 0 deletions
|
@ -12502,6 +12502,26 @@ (define-public rust-tar-0.4
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-takeable-option-0.4
|
||||
(package
|
||||
(name "rust-takeable-option")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "takeable-option" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hvd6vk4ksgg2y99498jw52ric4lxm0i6ygpzqm95gdrhvsxyynp"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://docs.rs/takeable-option/")
|
||||
(synopsis "A small wrapper around option.")
|
||||
(description
|
||||
"This package provides a small wrapper around option.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-tempdir-0.3
|
||||
(package
|
||||
(name "rust-tempdir")
|
||||
|
|
Loading…
Reference in a new issue