mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
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 @@ (define-public rust-atomic-polyfill-1
|
|||
(define-public rust-atomic-polyfill-0.1
|
||||
(package
|
||||
(name "rust-atomic-polyfill")
|
||||
(version "0.1.5")
|
||||
(version "0.1.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "atomic-polyfill" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hk08pdp6dgxqhy05l75518svrrrm7c1shfn51dk4claad4dg1p6"))))
|
||||
(base32 "0a4vd4zq75xmwbi33flf35qmm2nf99kx3hx2m21lslqnyfrpxzz3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-critical-section" ,rust-critical-section-0.2)
|
||||
("rust-riscv-target" ,rust-riscv-target-0.1))))
|
||||
`(#:cargo-inputs
|
||||
(("rust-critical-section" ,rust-critical-section-1))))
|
||||
(home-page "https://github.com/embassy-rs/atomic-polyfill")
|
||||
(synopsis "Atomic polyfills, for targets where they're not available")
|
||||
(description "This package provides atomic polyfills, for targets where
|
||||
|
|
Loading…
Reference in a new issue