guix-commits
[Top][All Lists]
Advanced

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

04/30: gnu: rust-threadpool-1: Update to 1.8.0.


From: guix-commits
Subject: 04/30: gnu: rust-threadpool-1: Update to 1.8.0.
Date: Sat, 27 Aug 2022 09:17:55 -0400 (EDT)

rekado pushed a commit to branch rekados-rust-queue
in repository guix.

commit 8dc397a640f23d3afdf3668d54b80c5b1fd3f926
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 23 18:31:50 2022 +0200

    gnu: rust-threadpool-1: Update to 1.8.0.
    
    * gnu/packages/crates-io.scm (rust-threadpool-1): Update to 1.8.0.
---
 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 c20572101b..2e7017e117 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -63500,7 +63500,7 @@ contention between workers when delivering jobs.")
 (define-public rust-threadpool-1
   (package
     (name "rust-threadpool")
-    (version "1.7.1")
+    (version "1.8.0")
     (source
       (origin
         (method url-fetch)
@@ -63508,7 +63508,7 @@ contention between workers when delivering jobs.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0rd89n1q7vy47w4c32cnynibffv9kj3jy3dwr0536n9lbw5ckw72"))))
+          "0rkx0wzaw9v958ckiliwl42m2j7c59j3r5vdj6kda5bw8j2f3np8"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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