ocamlPackages.httpcats: 0.2.0 → 0.2.1

This commit is contained in:
Vincent Laporte
2026-04-07 21:01:48 +02:00
parent ab5ff095a0
commit 2bf39f7b5a
@@ -19,13 +19,13 @@
buildDunePackage (finalAttrs: {
pname = "httpcats";
version = "0.2.0";
version = "0.2.1";
src = fetchFromGitHub {
owner = "robur-coop";
repo = "httpcats";
tag = "v${finalAttrs.version}";
hash = "sha256-19WV5pabmeuYmcW3AbnVpT30Sx6TVAPH+ayEeJgRS0Q=";
hash = "sha256-I7u/n49WOnpc0EaagsjC4Ts/kz0Xj6YHZv6+QZKLrC4=";
};
propagatedBuildInputs = [
@@ -48,7 +48,7 @@ buildDunePackage (finalAttrs: {
];
meta = {
inherit (finalAttrs.src.meta) homepage;
homepage = "https://github.com/robur-coop/httpcats/";
description = "A simple HTTP client / server using h1, h2, and miou";
changelog = "https://github.com/robur-coop/httpcats/blob/${finalAttrs.src.tag}/CHANGES.md";
license = lib.licenses.bsd3;