Skip to content

Commit

Permalink
Merge pull request #299627 from mweinelt/preshed-yank-revert
Browse files Browse the repository at this point in the history
Revert "python3Packages.preshed: 3.0.9 -> 4.0.0"
  • Loading branch information
mweinelt committed Mar 28, 2024
2 parents 7232f19 + 5ad6d05 commit 8b30636
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/development/python-modules/preshed/default.nix
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "preshed";
version = "4.0.0";
version = "3.0.9";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-XisLKgfdGo3uqtZhIBmEXGAu4kkH9pNuqvF6q9VuVEw=";
hash = "sha256-chhjxSRP/NJlGtCSiVGix8d7EC9OEaJRrYXTfudiFmA=";
};

nativeBuildInputs = [
Expand All @@ -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";
Expand Down

0 comments on commit 8b30636

Please sign in to comment.