python3Packages.neo: 0.14.1 -> 0.14.2

This commit is contained in:
R. Ryantm 2025-07-16 02:54:22 +00:00
parent d7c8095791
commit 304dee2624

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "neo";
version = "0.14.1";
version = "0.14.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "NeuralEnsemble";
repo = "python-neo";
tag = version;
hash = "sha256-n0+K1J6K3WYN+1LxcHoVuA+U3LeiRG0EsicJf5uKvnE=";
hash = "sha256-THAdUFCbteiUdfhjLzl6ocM2I0zFKHfFxJExCnK1z1Y=";
};
build-system = [ setuptools ];