aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2023-10-24 20:54:44 +0300
committerEfraim Flashner <efraim@flashner.co.il>2023-11-28 07:58:38 +0200
commit4056e98f1b58e8b6d066b15eb5579206d4b7c6ea (patch)
tree1bad455d12e9d2f2bb3ba4e14e7718297afb53e4
parent1013877dfe71ec8d67956818ca6e3f5d1ecde29e (diff)
downloadguix-4056e98f1b58e8b6d066b15eb5579206d4b7c6ea.tar.gz
guix-4056e98f1b58e8b6d066b15eb5579206d4b7c6ea.zip
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
-rw-r--r--gnu/packages/crates-io.scm10
1 files 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