Merge pull request #184411 from r-ryantm/auto-update/ocaml4.13.1-camlp-streams

ocamlPackages.camlp-streams: 5.0 -> 5.0.1
This commit is contained in:
Jonas Heinrich 2022-08-25 10:17:31 +02:00 committed by GitHub
commit 5d7efb1d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = {