Commit d356ed89 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.numpy-typing-compat: 20250818.2.3 -> 20251206.2.4

This commit was automatically generated using update-python-libraries.
parent 097e351e
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -8,20 +8,15 @@

buildPythonPackage rec {
  pname = "numpy-typing-compat";
  version = "20250818.2.3";
  version = "20251206.2.4";
  pyproject = true;

  src = fetchPypi {
    pname = "numpy_typing_compat";
    inherit version;
    hash = "sha256-cug9U1tjXWaLpzFeQ66AvhRppvrqb8ltMSUW85s9j6U=";
    hash = "sha256-WYgtI6r/BUolNtqAVkASzc4zSHZXvk15xZJbuHBfyrw=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail '"uv_build>=0.8.11,<0.9.0"' '"uv_build>=0.8.11"'
  '';

  build-system = [
    uv-build
  ];