ocamlPackages.angstrom: 0.16.0 → 0.16.1

This commit is contained in:
Vincent Laporte 2024-09-15 21:40:08 +02:00 committed by Vincent Laporte
parent 989dc4cbf6
commit 5e6bd6eb1d

View File

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "angstrom";
version = "0.16.0";
version = "0.16.1";
minimalOCamlVersion = "4.04";
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "inhabitedtype";
repo = pname;
rev = version;
hash = "sha256-vilGto5ciyKzVJd72z4B+AvM1nf3x3O7DHXrK5SIajQ=";
hash = "sha256-EPqDK+7RU2vHEHvuoTXb8V2FkdXQ6tGu0ghbNPS3gZ4=";
};
checkInputs = [ alcotest ppx_let ];