ocamlPackages.asn1-combinators: 0.2.3 → 0.2.4

This commit is contained in:
sternenseemann 2020-11-06 13:33:43 +01:00 committed by Vincent Laporte
parent 115f769d65
commit 18c596964a

View File

@ -6,11 +6,11 @@ buildDunePackage rec {
minimumOCamlVersion = "4.05";
pname = "asn1-combinators";
version = "0.2.3";
version = "0.2.4";
src = fetchurl {
url = "https://github.com/mirleft/ocaml-asn1-combinators/releases/download/v${version}/asn1-combinators-v${version}.tbz";
sha256 = "1z73hc17f5m2i4bfxw0g94fsri67f8vha812mm8klz4ggs8y7d6r";
sha256 = "09rn5wwqhwg7x51b9ycl15s7007hgha6lwaz2bpw85fr70jq3i9r";
};
propagatedBuildInputs = [ cstruct zarith bigarray-compat stdlib-shims ptime ];