guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/12: gnu: rust-crossbeam-queue: Update to 0.2.3.


From: guix-commits
Subject: 03/12: gnu: rust-crossbeam-queue: Update to 0.2.3.
Date: Tue, 30 Jun 2020 22:14:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2dc0b36958c3e3e1d777db33529f7202d5fc46c8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jul 1 00:59:10 2020 +0200

    gnu: rust-crossbeam-queue: Update to 0.2.3.
    
    * gnu/packages/crates-io.scm (rust-crossbeam-queue): Update to 0.2.3.
---
 gnu/packages/crates-io.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8e59da1..5c25eed 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]