ocamlPackages.ezjsonm: 1.2.0 → 1.3.0

This commit is contained in:
Vincent Laporte 2023-03-17 06:07:51 +01:00 committed by Vincent Laporte
parent d9d7c358c4
commit 78cd6d9833

View file

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "ezjsonm";
version = "1.2.0";
version = "1.3.0";
useDune2 = true;
duneVersion = "3";
src = fetchurl {
url = "https://github.com/mirage/ezjsonm/releases/download/v${version}/ezjsonm-v${version}.tbz";
sha256 = "1q6cf63cc614lr141rzhm2w4rhi1snfqai6fmkhvfjs84hfbw2w7";
url = "https://github.com/mirage/ezjsonm/releases/download/v${version}/ezjsonm-${version}.tbz";
hash = "sha256-CGM+Dw52eoroGTXKfnTxaTuFp5xFAtVo7t/1Fw8M13s=";
};
propagatedBuildInputs = [ jsonm hex sexplib0 ];