ocamlPackages.hpack: 0.11.0 → 0.13.0

This commit is contained in:
Vincent Laporte 2024-09-17 17:15:13 +02:00 committed by Vincent Laporte
parent 40f7c72b65
commit 6c90049441
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
, faraday
, base64
, psq
, httpaf
, httpun-types
, alcotest
, yojson
, hex
@ -34,7 +34,7 @@ buildDunePackage rec {
base64
psq
hpack
httpaf
httpun-types
];
doCheck = true;

View File

@ -7,11 +7,11 @@
buildDunePackage rec {
pname = "hpack";
version = "0.11.0";
version = "0.13.0";
src = fetchurl {
url = "https://github.com/anmonteiro/ocaml-h2/releases/download/${version}/h2-${version}.tbz";
hash = "sha256-GdXwazlgDurjzy7ekLpuMkCii8W+F/jl/IBv/WTHgFM=";
hash = "sha256-DYm28XgXUpTnogciO+gdW4P8Mbl1Sb7DTwQyo7KoBw8=";
};
minimalOCamlVersion = "4.08";