ocamlPackages.camlp-streams: 5.0 -> 5.0.1

This commit is contained in:
R. Ryantm 2022-08-01 03:17:53 +00:00
parent 5857574d45
commit 51ec59da17

View File

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "camlp-streams";
version = "5.0";
version = "5.0.1";
src = fetchFromGitHub {
owner = "ocaml";
repo = pname;
rev = "v${version}";
sha256 = "sha256:1wd5k0irzwi841b27pbx0n5fdybbgx97184zm8cjajizd2j8w0g5";
sha256 = "sha256-kHuFBqu0mjFv53sOtmFZcX2reo5ToaOpItP7P53bfGQ=";
};
meta = {