ocamlPackages.bitstring: 3.0.0 -> 3.1.1

This commit is contained in:
R. RyanTM 2020-07-25 14:50:18 +00:00 committed by ehmry
parent 15812e1136
commit c311bf1eb5

View file

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "bitstring";
version = "3.0.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "xguerin";
repo = pname;
rev = "v${version}";
sha256 = "0r49qax7as48jgknzaq6p9rbpmrvnmlic713wzz5bj60j5h0396f";
sha256 = "1ys8xx174jf8v5sm0lbxvzhdlcs5p0fhy1gvf58gad2g4gvgpvxc";
};
buildInputs = [ ppx_tools_versioned ounit ];