gnu: rust-portable-atomic-1: Update to 1.4.3.

* gnu/packages/crates-io.scm (rust-portable-atomic-1): Update to 1.4.3.
[cargo-development-inputs]: Add rust-build-context-0.1.  Replace
rust-fastrand-1 with 2.  Remove rust-critical-section-1,
rust-once-cell-1, rust-rustversion-1, rust-serde-1.

Change-Id: I4624ecd5bf572c786fa0c66f496f6ade03b2197b
This commit is contained in:
Efraim Flashner 2023-10-24 08:41:29 +03:00
parent 04c9f98d4f
commit a10231094d
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -52247,13 +52247,13 @@ (define-public rust-pom-3
(define-public rust-portable-atomic-1
(package
(name "rust-portable-atomic")
(version "1.0.1")
(version "1.4.3")
(source (origin
(method url-fetch)
(uri (crate-uri "portable-atomic" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "06p5dglnqj43m4fj70dwcqhv9rmy9amn9pdpgpzd8fx0hf30rh1r"))))
(base32 "12rkq21505js078704bz9mmcy4g0l1aszzq92sxm2z0his4ll49i"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Not all test dependencies declared.
@ -52261,13 +52261,10 @@ (define-public rust-portable-atomic-1
(("rust-critical-section" ,rust-critical-section-1)
("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-critical-section" ,rust-critical-section-1)
(("rust-build-context" ,rust-build-context-0.1)
("rust-crossbeam-utils" ,rust-crossbeam-utils-0.8)
("rust-fastrand" ,rust-fastrand-1)
("rust-once-cell" ,rust-once-cell-1)
("rust-fastrand" ,rust-fastrand-2)
("rust-paste" ,rust-paste-1)
("rust-rustversion" ,rust-rustversion-1)
("rust-serde" ,rust-serde-1)
("rust-serde-test" ,rust-serde-test-1)
("rust-sptr" ,rust-sptr-0.3)
("rust-static-assertions" ,rust-static-assertions-1))))