gnu: rust-atomic-polyfill-0.1: Update to 0.1.11.
* gnu/packages/crates-io.scm (rust-atomic-polyfill-0.1): Update to 0.1.11. [arguments]: Don't skip tests. [cargo-inputs]: Replace rust-critical-section-0.2 with 1. Remove rust-riscv-target-0.1. Change-Id: Iaa1172299206aa1f2505e23f3455984b5a4e075c
This commit is contained in:
parent
1013877dfe
commit
4056e98f1b
1 changed files with 4 additions and 6 deletions
|
@ -6173,20 +6173,18 @@ they're not available.")
|
||||||
(define-public rust-atomic-polyfill-0.1
|
(define-public rust-atomic-polyfill-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-atomic-polyfill")
|
(name "rust-atomic-polyfill")
|
||||||
(version "0.1.5")
|
(version "0.1.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "atomic-polyfill" version))
|
(uri (crate-uri "atomic-polyfill" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hk08pdp6dgxqhy05l75518svrrrm7c1shfn51dk4claad4dg1p6"))))
|
(base32 "0a4vd4zq75xmwbi33flf35qmm2nf99kx3hx2m21lslqnyfrpxzz3"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs
|
||||||
#:cargo-inputs
|
(("rust-critical-section" ,rust-critical-section-1))))
|
||||||
(("rust-critical-section" ,rust-critical-section-0.2)
|
|
||||||
("rust-riscv-target" ,rust-riscv-target-0.1))))
|
|
||||||
(home-page "https://github.com/embassy-rs/atomic-polyfill")
|
(home-page "https://github.com/embassy-rs/atomic-polyfill")
|
||||||
(synopsis "Atomic polyfills, for targets where they're not available")
|
(synopsis "Atomic polyfills, for targets where they're not available")
|
||||||
(description "This package provides atomic polyfills, for targets where
|
(description "This package provides atomic polyfills, for targets where
|
||||||
|
|
Reference in a new issue