From 4056e98f1b58e8b6d066b15eb5579206d4b7c6ea Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 24 Oct 2023 20:54:44 +0300 Subject: [PATCH] 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 --- gnu/packages/crates-io.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 8735be240a..713b1db4bf 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -6173,20 +6173,18 @@ they're not available.") (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