mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add rust-atom-0.3.
* gnu/packages/crates-io.scm (rust-atom-0.3): New variable.
This commit is contained in:
parent
15eb3c6cd2
commit
e12feea37c
1 changed files with 18 additions and 0 deletions
|
@ -919,6 +919,24 @@ (define-public rust-atty-0.2
|
|||
(sha256
|
||||
(base32
|
||||
"1s7yslcs6a28c5vz7jwj63lkfgyx8mx99fdirlhi9lbhhzhrpcyr"))))
|
||||
(define-public rust-atom-0.3
|
||||
(package
|
||||
(name "rust-atom")
|
||||
(version "0.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "atom" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qig9fcdqf07mzzpkicm5wgxv0zpr28njdsqf708wxq27yf6k1iw"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/slide-rs/atom")
|
||||
(synopsis "A safe abstraction around AtomicPtr")
|
||||
(description "This package provides a safe abstraction around AtomicPtr.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue