mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: rust-easy-parallel-3: Update to 3.3.1.
* gnu/packages/crates-io.scm (rust-easy-parallel-3): Update to 3.3.1. Change-Id: Ib6f1185d2340a62373cd97141b60efa28e921067
This commit is contained in:
parent
6b1eb7f031
commit
689dfcd381
1 changed files with 2 additions and 2 deletions
|
@ -24637,14 +24637,14 @@ (define-public rust-easy-cast-0.4
|
|||
(define-public rust-easy-parallel-3
|
||||
(package
|
||||
(name "rust-easy-parallel")
|
||||
(version "3.3.0")
|
||||
(version "3.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "easy-parallel" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "00g0fvbjkdbqm6z5xcx3b1wzi8rlrhqb840ybavgijhg74iljq64"))))
|
||||
(base32 "0g12xq122hy170pprldvgmpml0zz1mn9n4hq5c6ly3pnmsqbkyra"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/stjepang/easy-parallel")
|
||||
(synopsis "Run closures in parallel")
|
||||
|
|
Loading…
Reference in a new issue