Unverified Commit 84557a96 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.types-lxml: 2025.08.25 -> 2025.11.25 (#466609)

parents b672ac3b 8f894c34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "types-lxml";
  version = "2025.08.25";
  version = "2025.11.25";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "abelcheung";
    repo = "types-lxml";
    tag = version;
    hash = "sha256-XuQ3sZi/cuJF76JeyuFEZVsY3F9zmPHRUWbkNQaT0Lo=";
    hash = "sha256-WCG+jCkNPb6Mv7Mn1ivA5iwteR+vsfdGeo77HiQiQYc=";
  };

  pythonRelaxDeps = [ "beautifulsoup4" ];