diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 00:59:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-01 03:54:56 +0200 |
commit | 2dc0b36958c3e3e1d777db33529f7202d5fc46c8 (patch) | |
tree | a660cff0bbc7eeba90d2794e55268c8f3389ab00 /gnu | |
parent | 7c475372d2bd6dc4078dfab6703b4ca12a46dbd8 (diff) | |
download | guix-2dc0b36958c3e3e1d777db33529f7202d5fc46c8.tar guix-2dc0b36958c3e3e1d777db33529f7202d5fc46c8.tar.gz |
gnu: rust-crossbeam-queue: Update to 0.2.3.
* gnu/packages/crates-io.scm (rust-crossbeam-queue): Update to 0.2.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 8e59da1e5e..5c25eed46d 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -4288,7 +4288,7 @@ to @code{is_x86_feature_detected}.") (define-public rust-crossbeam-queue-0.2 (package (name "rust-crossbeam-queue") - (version "0.2.1") + (version "0.2.3") (source (origin (method url-fetch) @@ -4296,8 +4296,7 @@ to @code{is_x86_feature_detected}.") (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 - "1nwkjh185bdwjrv1zj2g7an9lglv8sp4459268m4fwvi3v5fx5f6")))) + (base32 "0w15z68nz3ac4f2s4djhwha8vmlwsh9dlfrmsl4x84y2ah5acjvp")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t |