python3Packages.preshed: 3.0.9 -> 4.0.0

This commit is contained in:
Martin Weinelt 2023-12-03 00:01:58 +01:00
parent bb3e09eb3c
commit 74abeae700
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "preshed";
version = "3.0.9";
version = "4.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-chhjxSRP/NJlGtCSiVGix8d7EC9OEaJRrYXTfudiFmA=";
hash = "sha256-XisLKgfdGo3uqtZhIBmEXGAu4kkH9pNuqvF6q9VuVEw=";
};
nativeBuildInputs = [