python3Packages.jh2: 5.0.11 -> 5.0.13 (#525515)

This commit is contained in:
Fabian Affolter
2026-05-30 21:16:50 +00:00
committed by GitHub
@@ -11,20 +11,20 @@
buildPythonPackage (finalAttrs: {
pname = "jh2";
version = "5.0.11";
version = "5.0.13";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "h2";
tag = "v${finalAttrs.version}";
hash = "sha256-k69U8O0c7z1TJASOWcndZA/LYTsX7nVfelhaS6FlN5g=";
hash = "sha256-zlc0R+DeE9bd5daD7sUrGHXU3NR5tRiiFvBrccSKCTI=";
fetchSubmodules = true;
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-ELZD3CIAv70DGoCgdK8T2yVLtib9ylSvoZPFOge6nIQ=";
hash = "sha256-BPTgGc/qH101ZBlqiqwBe5KXXpnpDGe5K6GLqG99GSI=";
};
build-system = [