ocamlPackages.tyxml: 4.3.0 → 4.4.0

ocamlPackages.eliom: 6.10.1 → 6.12.0
This commit is contained in:
Vincent Laporte
2020-05-07 21:42:08 +02:00
committed by Vincent Laporte
parent b59b7414c3
commit 9ec8205e78
2 changed files with 4 additions and 4 deletions

View File

@@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "tyxml";
version = "4.3.0";
version = "4.4.0";
src = fetchurl {
url = "https://github.com/ocsigen/tyxml/releases/download/${version}/tyxml-${version}.tbz";
sha256 = "1hxzppfvsdls2y8qiwvz31hmffzh2hgglf01am1vzf2f31mxf6vf";
sha256 = "0c150h2f4c4id73ickkdqkir3jya66m6c7f5jxlp4caw9bfr8qsi";
};
propagatedBuildInputs = [ uutf re ];