mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add rust-extreme-666.
* gnu/packages/crates-io.scm (rust-extreme-666): New variable. Change-Id: I8e9fd63539ee92af4aea80ed516c73d55fb750c7
This commit is contained in:
parent
fb0a284741
commit
4366c83608
1 changed files with 18 additions and 0 deletions
|
@ -24707,6 +24707,24 @@ (define-public rust-extract-map-0.1
|
|||
types which contain their own keys.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-extreme-666
|
||||
(package
|
||||
(name "rust-extreme")
|
||||
(version "666.666.666666")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "extreme" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1yrig1ky9a6xpcl5nqnkk9wyis7k7wjzb8bbr4n810apfhq5nq0n"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/spacejam/extreme")
|
||||
(synopsis "Extremely boring async function runner")
|
||||
(description
|
||||
"This package provides an extremely boring async function runner.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public rust-eyeball-0.8
|
||||
(package
|
||||
(name "rust-eyeball")
|
||||
|
|
Loading…
Reference in a new issue