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:
parent
240de43186
commit
26e69756fe
1 changed files with 2 additions and 3 deletions
|
@ -11639,7 +11639,7 @@ track of where each new file and line starts.")
|
||||||
(define-public rust-spin-0.5
|
(define-public rust-spin-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-spin")
|
(name "rust-spin")
|
||||||
(version "0.5.0")
|
(version "0.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -11647,14 +11647,13 @@ track of where each new file and line starts.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0m9clchsj0rf13bggsgvbv9haiy0f6rhvnvkpvkk8720a5pkydj4"))))
|
"0b84m6dbzrwf2kxylnw82d3dr8w06av7rfkr8s85fb5f43rwyqvf"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://github.com/mvdnes/spin-rs")
|
(home-page "https://github.com/mvdnes/spin-rs")
|
||||||
(synopsis "Synchronization primitives based on spinning")
|
(synopsis "Synchronization primitives based on spinning")
|
||||||
(description "This crate provides synchronization primitives based on
|
(description "This crate provides synchronization primitives based on
|
||||||
spinning. They may contain data, are usable without @code{std},and static
|
spinning. They may contain data, are usable without @code{std},and static
|
||||||
initializers are available.")
|
initializers are available.")
|
||||||
(properties '((hidden? . #t)))
|
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-stable-deref-trait-1.1
|
(define-public rust-stable-deref-trait-1.1
|
||||||
|
|
Reference in a new issue