python3Packages.selectolax: 0.4.7 -> 0.4.10

Diff: https://github.com/rushter/selectolax/compare/v0.4.7...v0.4.10

Changelog: https://github.com/rushter/selectolax/blob/v0.4.10/CHANGES.md
(cherry picked from commit 2bad535bb1)
This commit is contained in:
Marcel 2026-07-05 21:58:22 +02:00 committed by github-actions[bot]
commit 520d91899d

View file

@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "selectolax";
version = "0.4.7";
version = "0.4.10";
pyproject = true;
src = fetchFromGitHub {
owner = "rushter";
repo = "selectolax";
tag = "v${finalAttrs.version}";
hash = "sha256-W2Icz600qu7XWLQuaevWFOji270wAmG3VmCxaAODLGw=";
hash = "sha256-kLzeAz5dEUnD9zMN2iWt2FOCoF7MFpkjloB35wnB7VU=";
};
patches = [