gnu: Add rust-atom-0.3.

* gnu/packages/crates-io.scm (rust-atom-0.3): New variable.
This commit is contained in:
Arun Isaac 2020-09-16 23:28:18 +05:30
parent 15eb3c6cd2
commit e12feea37c
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -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