guix-commits
[Top][All Lists]
Advanced

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

271/281: gnu: rust-threadpool-1: Update to 1.8.1.


From: guix-commits
Subject: 271/281: gnu: rust-threadpool-1: Update to 1.8.1.
Date: Wed, 22 Feb 2023 05:41:41 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit dc4258afb1b3f9103956b51cc2ce6eb655d3568f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:25:08 2023 +0200

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



reply via email to

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