ocamlPackages.biniou: 1.2.0 -> 1.2.1

This commit is contained in:
Mario Rodas 2019-11-27 04:24:00 -05:00
parent 1cda2f9992
commit 5458a38e61
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "biniou";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "mjambon";
owner = "ocaml-community";
repo = pname;
rev = "v${version}";
sha256 = "0mjpgwyfq2b2izjw0flmlpvdjgqpq8shs89hxj1np2r50csr8dcb";
rev = version;
sha256 = "0x2kiy809n1j0yf32l7hj102y628jp5jdrkbi3z7ld8jq04h1790";
};
propagatedBuildInputs = [ easy-format ];