Revert "python3Packages.preshed: 3.0.9 -> 4.0.0"

This reverts commit 74abeae700.

The particular version has been yanked on PyPi.

Closes: #284758
This commit is contained in:
Martin Weinelt 2024-01-29 14:13:59 +01:00
parent bcc0c6a215
commit 20cb4f705d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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 = [