Unverified Commit 5ad6d050 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python311Packages.preshed: skip bulk updates

parent 4655e033
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ buildPythonPackage rec {
    "preshed"
  ];

  # don't update to 4.0.0, version was yanked
  passthru.skipBulkUpdate = true;

  meta = with lib; {
    description = "Cython hash tables that assume keys are pre-hashed";
    homepage = "https://github.com/explosion/preshed";