python3Packages.selectolax: 0.4.3 -> 0.4.4 (#465921)

This commit is contained in:
Sandro
2025-11-28 13:24:04 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "selectolax";
version = "0.4.3";
version = "0.4.4";
pyproject = true;
src = fetchFromGitHub {
owner = "rushter";
repo = "selectolax";
tag = "v${version}";
hash = "sha256-1xoHMQzoO0NYi5gJsV++Ngvkaf/O3U14nYkJLvzzbrQ=";
hash = "sha256-Et4v105XW06uvzzwic2tBft8ljDurTWIiuKPjCXJbx8=";
};
patches = [
@@ -36,7 +36,16 @@ buildPythonPackage rec {
buildInputs = [
modest
lexbor
(lexbor.overrideAttrs (finalAttrs: {
version = "0-unstable-2025-11-24";
src = fetchFromGitHub {
owner = "lexbor";
repo = "lexbor";
rev = "7d726f1bed2f489e79751496c584304e6859ee1b";
hash = "sha256-vLP/YJWu1Z2kiT0sFLcMPjzMJHJe457oyPTIsxafTfc=";
};
meta.changelog = "https://github.com/lexbor/lexbor/blob/${finalAttrs.src.rev}/CHANGELOG.md";
}))
];
nativeCheckInputs = [