ocamlPackages.cry: 1.0.2 -> 1.0.3

This commit is contained in:
R. Ryantm 2024-03-18 17:43:33 +00:00
parent d0d9d40f13
commit 8362f8da09
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 = ''