gnu: Add rust-atom-0.3.
* gnu/packages/crates-io.scm (rust-atom-0.3): New variable.master
parent
15eb3c6cd2
commit
e12feea37c
|
@ -919,6 +919,24 @@ standard library.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s7yslcs6a28c5vz7jwj63lkfgyx8mx99fdirlhi9lbhhzhrpcyr"))))
|
"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)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in New Issue