nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.jh2: 5.0.9 -> 5.0.10

Diff: https://github.com/jawah/h2/compare/v5.0.9...v5.0.10

Changelog: https://github.com/jawah/h2/blob/refs/tags/v5.0.10/CHANGELOG.rst

+3 -3
+3 -3
pkgs/development/python-modules/jh2/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "jh2"; 15 - version = "5.0.9"; 15 + version = "5.0.10"; 16 16 pyproject = true; 17 17 18 18 disabled = pythonOlder "3.10"; ··· 21 21 owner = "jawah"; 22 22 repo = "h2"; 23 23 tag = "v${version}"; 24 - hash = "sha256-PA2hv+PIqcsvAIh8yIoQjol+Iaa3qsNRE8rBnR4UOzY="; 24 + hash = "sha256-zytQ6UFNeIaF7cftp7C/RnXhuRbQxc1jhwVmFwUDF1Y="; 25 25 fetchSubmodules = true; 26 26 }; 27 27 28 28 cargoDeps = rustPlatform.fetchCargoVendor { 29 29 inherit pname version src; 30 - hash = "sha256-CW95omstpWm76TTSKsb04iChU0EW1Vl+OA3QXxfZAX0="; 30 + hash = "sha256-W2BfuOhYL56gPd+j9YuJ7Ee3e+jT5m47h8qXihoMu1M="; 31 31 }; 32 32 33 33 build-system = [