mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 16:38:12 -05:00
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
1 changed files with 14 additions and 0 deletions
|
@ -11040,6 +11040,20 @@ (define-public rust-castaway-0.2
|
|||
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 a new issue