Unverified Commit 0c52424a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.types-lxml: 2024.12.13 -> 2025.02.24 (#386200)

parents 2b7d9e21 90914f25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "types-lxml";
  version = "2024.12.13";
  version = "2025.02.24";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "abelcheung";
    repo = "types-lxml";
    tag = version;
    hash = "sha256-iqIOwQIg6EB/m8FIoUzkvh1W0w4bKmS9zi4Z+5qlC+0=";
    hash = "sha256-LkE4APp1r8mTofaTfOvrc8qRHQYRs3VQhRrdXKdBW/Q=";
  };

  build-system = [ pdm-backend ];