mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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 @@ (define-public rust-spin-0.5
|
|||
initializers are available.")
|
||||
(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
|
||||
(package
|
||||
(name "rust-stable-deref-trait")
|
||||
|
|
Loading…
Reference in a new issue