ocamlPackages.otoml: 1.0.2 -> 1.0.4

Diff: https://github.com/dmbaturin/otoml/compare/1.0.2...1.0.4

Changelog: https://github.com/dmbaturin/otoml/raw/1.0.4/CHANGELOG.md
This commit is contained in:
Mario Rodas 2023-05-13 04:20:00 +00:00
parent c15062997e
commit 5916963adf

View file

@ -8,7 +8,7 @@
buildDunePackage rec { buildDunePackage rec {
pname = "otoml"; pname = "otoml";
version = "1.0.2"; version = "1.0.4";
minimalOCamlVersion = "4.08"; minimalOCamlVersion = "4.08";
@ -16,7 +16,7 @@ buildDunePackage rec {
owner = "dmbaturin"; owner = "dmbaturin";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-Xd3fHBN1f+tvgRFCxD/Gz8/lIvezknz7Zy3EtdqoTEM="; sha256 = "sha256-3bgeiwa0elisxZaWpwLqoKmeyTBKMW1IWdm6YdSIhSw=";
}; };
nativeBuildInputs = [ menhir ]; nativeBuildInputs = [ menhir ];