gnu: rust-crossbeam-queue: Update to 0.2.3.
* gnu/packages/crates-io.scm (rust-crossbeam-queue): Update to 0.2.3.
This commit is contained in:
parent
7c475372d2
commit
2dc0b36958
1 changed files with 2 additions and 3 deletions
|
@ -4288,7 +4288,7 @@ to @code{is_x86_feature_detected}.")
|
||||||
(define-public rust-crossbeam-queue-0.2
|
(define-public rust-crossbeam-queue-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-crossbeam-queue")
|
(name "rust-crossbeam-queue")
|
||||||
(version "0.2.1")
|
(version "0.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -4296,8 +4296,7 @@ to @code{is_x86_feature_detected}.")
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0w15z68nz3ac4f2s4djhwha8vmlwsh9dlfrmsl4x84y2ah5acjvp"))))
|
||||||
"1nwkjh185bdwjrv1zj2g7an9lglv8sp4459268m4fwvi3v5fx5f6"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
|
|
Reference in a new issue