me
/
guix
Archived
1
0
Fork 0

gnu: rust-threadpool-1: Update to 1.8.0.

* gnu/packages/crates-io.scm (rust-threadpool-1): Update to 1.8.0.
master
Ricardo Wurmus 2022-08-23 18:31:50 +02:00
parent 20a55a50c7
commit 6c0d7ee95f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -63505,7 +63505,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)
@ -63513,7 +63513,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