gnu: Add rust-castaway-0.1.
* gnu/packages/crates-io.scm (rust-castaway-0.1): Add variable. Change-Id: I5d9f31cb70195201a81ada859fae3ad4ca466581 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
3c387cf546
commit
2a8ffd158f
@ -11040,6 +11040,20 @@ box''.")
|
||||
types that works on stable Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-castaway-0.1
|
||||
(package
|
||||
(inherit rust-castaway-0.2)
|
||||
(name "rust-castaway")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "castaway" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xhspwy477qy5yg9c3jp713asxckjpx0vfrmz5l7r5zg7naqysd2"))))
|
||||
(arguments '())))
|
||||
|
||||
(define-public rust-cblas-sys-0.1
|
||||
(package
|
||||
(name "rust-cblas-sys")
|
||||
|
Loading…
Reference in New Issue
Block a user