mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
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:
parent
e0ad46ec37
commit
17d1653563
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue