Unverified Commit ff7afd31 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parents 81fc89bb 9907cb4f
Loading
Loading
Loading
Loading
+12 −3
Original line number Diff line number Diff line
@@ -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 = [