gnu: rust-atomic-polyfill-1: Update to 1.0.3.

* gnu/packages/crates-io.scm (rust-atomic-polyfill-1): Update to 1.0.3.

Change-Id: If86238fd44736d38f5c3a2fbb9c533df461d1cc2
This commit is contained in:
Efraim Flashner 2024-12-19 20:46:51 +02:00
parent e0ad46ec37
commit 17d1653563
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6304,14 +6304,14 @@ (define-public rust-atomic-0.5
(define-public rust-atomic-polyfill-1
(package
(name "rust-atomic-polyfill")
(version "1.0.1")
(version "1.0.3")
(source (origin
(method url-fetch)
(uri (crate-uri "atomic-polyfill" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1ckvmx98ffyxax1irb61p0aln4v65xxnz4d2qgavhvcd513zb6fj"))))
"1x00ndablb89zvbr8m03cgjzgajg86fqn8pgz85yy2gy1pivrwlc"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs