mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: rust-threadpool-1: Update to 1.8.0.
* gnu/packages/crates-io.scm (rust-threadpool-1): Update to 1.8.0.
This commit is contained in:
parent
20a55a50c7
commit
6c0d7ee95f
1 changed files with 2 additions and 2 deletions
|
@ -63505,7 +63505,7 @@ (define-public rust-thread-tree-0.3
|
||||||
(define-public rust-threadpool-1
|
(define-public rust-threadpool-1
|
||||||
(package
|
(package
|
||||||
(name "rust-threadpool")
|
(name "rust-threadpool")
|
||||||
(version "1.7.1")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -63513,7 +63513,7 @@ (define-public rust-threadpool-1
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rd89n1q7vy47w4c32cnynibffv9kj3jy3dwr0536n9lbw5ckw72"))))
|
"0rkx0wzaw9v958ckiliwl42m2j7c59j3r5vdj6kda5bw8j2f3np8"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue