gnu: Add rust-spin-0.4.
* gnu/packages/crates-io.scm (rust-spin-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
fcbb77490c
commit
0e074cc22d
1 changed files with 16 additions and 0 deletions
|
@ -11804,6 +11804,22 @@ spinning. They may contain data, are usable without @code{std},and static
|
||||||
initializers are available.")
|
initializers are available.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-spin-0.4
|
||||||
|
(package
|
||||||
|
(inherit rust-spin-0.5)
|
||||||
|
(name "rust-spin")
|
||||||
|
(version "0.4.10")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "spin" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"07ywqn1vrpi3c43fmvsx7pawk9h3rb77yyqbnhap2micl454kb6f"))))
|
||||||
|
(arguments '(#:skip-build? #t))))
|
||||||
|
|
||||||
(define-public rust-stable-deref-trait-1.1
|
(define-public rust-stable-deref-trait-1.1
|
||||||
(package
|
(package
|
||||||
(name "rust-stable-deref-trait")
|
(name "rust-stable-deref-trait")
|
||||||
|
|
Reference in a new issue