ocamlPackages.reactivedata: 0.3 -> 0.3.1

This commit is contained in:
R. Ryantm
2025-03-03 20:27:11 +00:00
parent 789d5d0633
commit c6712efead
@@ -7,7 +7,7 @@
buildDunePackage rec {
pname = "reactiveData";
version = "0.3";
version = "0.3.1";
duneVersion = "3";
minimalOCamlVersion = "4.08";
@@ -15,7 +15,7 @@ buildDunePackage rec {
owner = "ocsigen";
repo = "reactiveData";
rev = version;
sha256 = "sha256-imUphE1vMe3bYqHhgTuGT+B7uLn75acX6fAwBLh1tz4=";
sha256 = "sha256-MO9WMe1k2QcC5RynE6uZHohmu3QlpTHvAkvQNgu3P90=";
};
propagatedBuildInputs = [ react ];