python3Packages.selectolax: 0.4.7 -> 0.4.10 (#538770)

This commit is contained in:
Sandro 2026-07-05 20:32:37 +00:00 committed by GitHub
commit 6852ba617e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lexbor";
version = "3.0.0";
version = "3.0.0-unstable-2026-05-26";
src = fetchFromGitHub {
owner = "lexbor";
repo = "lexbor";
tag = "v${finalAttrs.version}";
hash = "sha256-P5ng/9lkjaWlZmyFzd3MpN39qBqhe8Rlkb/vv3cZ1MI=";
rev = "393e96313aed03c1d83f441479fc7507b9db9804";
hash = "sha256-k/5JtruXdIHZZ/7Mg66yydslpxNxXKSmlaCNcRf/bXE='";
};
nativeBuildInputs = [

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 = [