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:
Efraim Flashner 2024-12-22 16:13:00 +02:00
parent 6b1eb7f031
commit 689dfcd381
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")