Archived
1
0
Fork 0

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:
Efraim Flashner 2023-10-24 20:54:44 +03:00
parent 1013877dfe
commit 4056e98f1b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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