ocamlPackages.lame: 0.3.6 -> 0.3.7

This commit is contained in:
R. Ryantm 2023-08-31 17:33:09 +00:00
parent c1cbbf19c2
commit acf53d31d6

View File

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "lame";
version = "0.3.6";
version = "0.3.7";
minimalOCamlVersion = "4.06";
@ -10,7 +10,7 @@ buildDunePackage rec {
owner = "savonet";
repo = "ocaml-lame";
rev = "v${version}";
sha256 = "sha256-oRxP1OM0pGdz8CB+ou7kbbrNaB1x9z9KTfciLsivFnI=";
sha256 = "sha256-/ZzoGFQQrBf17TaBPSFDQ1yHaQnva56YLmscOacrKBI=";
};
nativeBuildInputs = [ pkg-config ];