mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Add rust-parking-1.
* gnu/packages/crates-io.scm (rust-parking-1): New variable.
This commit is contained in:
parent
e619b4bec0
commit
3047a8b5b6
1 changed files with 13 additions and 0 deletions
|
@ -21167,6 +21167,19 @@ (define-public rust-parking-2
|
|||
unparking.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-parking-1
|
||||
(package
|
||||
(inherit rust-parking-2)
|
||||
(name "rust-parking")
|
||||
(version "1.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "parking" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0z6q9rxm98vrp3fimw8b5syzwgf8l0pnn6y0cqm4lbblf7r01cvc"))))))
|
||||
|
||||
(define-public rust-parking-lot-0.11
|
||||
(package
|
||||
(name "rust-parking-lot")
|
||||
|
|
Loading…
Reference in a new issue