Merge pull request #296967 from r-ryantm/auto-update/ocamlPackages.cry

ocamlPackages.cry: 1.0.2 -> 1.0.3
This commit is contained in:
Weijia Wang 2024-03-25 00:30:50 +01:00 committed by GitHub
commit fa3ce5283a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "cry";
version = "1.0.2";
version = "1.0.3";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-cry";
rev = "v${version}";
hash = "sha256-wtilYOUOHElW8ZVxolMNomvT//ho2tACmoubEvU2bpQ=";
hash = "sha256-ea6f2xTVmYekPmzAKasA9mNG4Voxw2MCkfZ9LB9gwbo=";
};
postPatch = ''