python311Packages.preshed: skip bulk updates

This commit is contained in:
Martin Weinelt 2024-03-28 02:54:56 +01:00
parent 4655e03395
commit 5ad6d05005
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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";