ocamlPackages.ogg: 0.7.3 -> 0.7.4

This commit is contained in:
R. Ryantm 2023-07-22 17:04:59 +00:00
parent f465da1662
commit 7bbad413fd

View File

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "ogg";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-ogg";
rev = "v${version}";
sha256 = "sha256-D6tLKBSGfWBoMfQrWmamd8jo2AOphJV9xeSm+l06L5c=";
sha256 = "sha256-S6rJw90c//a9d63weCLuOBoQwNqbpTb+lRytvHUOZuc=";
};
minimalOCamlVersion = "4.08";