ocamlPackages.asn1-combinators: 0.2.4 -> 0.2.5

Contains a single bug fix, resolving an integer overflow.
This commit is contained in:
sternenseemann 2021-03-05 13:48:18 +01:00 committed by Vincent Laporte
parent 4d100429b5
commit f43497da9d

View file

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