python3Packages.selectolax: 0.4.10 -> 0.4.11 (#543070)

This commit is contained in:
Yohann Boniface
2026-07-23 21:45:55 +00:00
committed by GitHub
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lexbor";
version = "3.0.0-unstable-2026-05-26";
version = "3.0.0-unstable-2026-07-15";
src = fetchFromGitHub {
owner = "lexbor";
repo = "lexbor";
rev = "393e96313aed03c1d83f441479fc7507b9db9804";
hash = "sha256-k/5JtruXdIHZZ/7Mg66yydslpxNxXKSmlaCNcRf/bXE='";
rev = "de1d07a7765aad37090cc36f7fac3bb59e21467d";
hash = "sha256-e8NcTvLCbyCLeGdmmZBM4fmTirWYrQ/46nNqAjAnDzM=";
};
nativeBuildInputs = [
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "selectolax";
version = "0.4.10";
version = "0.4.11";
pyproject = true;
src = fetchFromGitHub {
owner = "rushter";
repo = "selectolax";
tag = "v${finalAttrs.version}";
hash = "sha256-kLzeAz5dEUnD9zMN2iWt2FOCoF7MFpkjloB35wnB7VU=";
hash = "sha256-YNYgAWaAaK4L/GfSnI+pX3XQ9/hXc7/kjkKUb1orStM=";
};
patches = [