guix-commits
[Top][All Lists]
Advanced

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

01/36: gnu: rust-rayon-core-1: Update to 1.9.1.


From: guix-commits
Subject: 01/36: gnu: rust-rayon-core-1: Update to 1.9.1.
Date: Wed, 3 Nov 2021 18:09:18 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 2f8a3af0b1988b59538fe3c6813aa4f0c12e3a28
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 21 12:36:36 2021 +0200

    gnu: rust-rayon-core-1: Update to 1.9.1.
    
    * gnu/packages/crates-io.scm (rust-rayon-core-1): Update to 1.9.1.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c76142b..3a681b6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39133,14 +39133,14 @@ Rust.")
 (define-public rust-rayon-core-1
   (package
     (name "rust-rayon-core")
-    (version "1.9.0")
+    (version "1.9.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "rayon-core" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0jpsi8zf66xyx4m5f329lpgiql8775vpm6zqm7zn5p11b6n4dcws"))))
+        (base32 "13kdcnqp2p1a5a3amamfjpnm7ay463vq4dfxy4rrh9shr3i210fp"))))
     (build-system cargo-build-system)
     (arguments
      ;; One of the tests attempts to overflow the stack, but the compiler has



reply via email to

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