ocamlPackages.json-data-encoding: 0.11 → 0.12.1

This commit is contained in:
Vincent Laporte 2023-04-01 06:40:58 +02:00
parent fa1b3bafc2
commit 98ee323ad3
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F
2 changed files with 5 additions and 2 deletions

View file

@ -5,6 +5,8 @@ buildDunePackage {
inherit (json-data-encoding) version src doCheck;
duneVersion = "3";
propagatedBuildInputs = [
json-data-encoding
ocplib-endian

View file

@ -2,13 +2,14 @@
buildDunePackage rec {
pname = "json-data-encoding";
version = "0.11";
version = "0.12.1";
minimalOCamlVersion = "4.10";
duneVersion = "3";
src = fetchFromGitLab {
owner = "nomadic-labs";
repo = "json-data-encoding";
rev = "${version}";
sha256 = "sha256-4FNUU82sq3ylgw0lxHlwi1OV58NRRh9zJqE47YyQZSc=";
hash = "sha256-ticulOKiFNQIZNFOQE9UQOw/wqRfygQwLVIc4kkmwg4=";
};
propagatedBuildInputs = [