gnu: rust-spin-0.5: Update to 0.5.2.

* gnu/packages/crates-io.scm (rust-spin-0.5): Update to 0.5.2.
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-11 18:12:48 +02:00
parent 240de43186
commit 26e69756fe
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11639,7 +11639,7 @@ (define-public rust-speculate-0.1
(define-public rust-spin-0.5
(package
(name "rust-spin")
(version "0.5.0")
(version "0.5.2")
(source
(origin
(method url-fetch)
@ -11647,14 +11647,13 @@ (define-public rust-spin-0.5
(file-name (string-append name "-" version ".crate"))
(sha256
(base32
"0m9clchsj0rf13bggsgvbv9haiy0f6rhvnvkpvkk8720a5pkydj4"))))
"0b84m6dbzrwf2kxylnw82d3dr8w06av7rfkr8s85fb5f43rwyqvf"))))
(build-system cargo-build-system)
(home-page "https://github.com/mvdnes/spin-rs")
(synopsis "Synchronization primitives based on spinning")
(description "This crate provides synchronization primitives based on
spinning. They may contain data, are usable without @code{std},and static
initializers are available.")
(properties '((hidden? . #t)))
(license license:expat)))
(define-public rust-stable-deref-trait-1.1