Merge pull request #159619 from r-ryantm/auto-update/ocaml4.12.0-parmap

ocamlPackages.parmap: 1.2.3 -> 1.2.4
This commit is contained in:
Mario Rodas 2022-02-12 15:07:42 -05:00 committed by GitHub
commit 4cb8f5e648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "parmap";
version = "1.2.3";
version = "1.2.4";
src = fetchurl {
url = "https://github.com/rdicosmo/${pname}/releases/download/${version}/${pname}-${version}.tbz";
sha256 = "1wg81slp453jci0gi0rzvdjx74110mlf1n5qpsmxic6fqsyz9d2v";
sha256 = "sha256-BTkSEjIK3CVNloJACFo6eQ6Ob9o/cdrA9xuv87NKas4=";
};
minimalOCamlVersion = "4.03";