python3Packages.neo: 0.13.3 -> 0.13.4

https://neo.readthedocs.io/en/0.13.4/releases/0.13.4.html
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:13 +01:00
parent 460c96d624
commit c3919861bc
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "neo";
version = "0.13.3";
version = "0.13.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "NeuralEnsemble";
repo = "python-neo";
tag = version;
hash = "sha256-7Q80vbQInVWxPCr6VvmI9tFfTIAzo9FPJ19q51Xd2KM=";
hash = "sha256-iBrZXJ4I0PWMwkLBSbtfImNPqupr4GyXNvGqwqEp6Qs=";
};
build-system = [ setuptools ];
@@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Package for representing electrophysiology data";
homepage = "https://neuralensemble.org/neo/";
changelog = "https://neo.readthedocs.io/en/${version}/releases/${version}.html";
changelog = "https://neo.readthedocs.io/en/${src.tag}/releases/${src.tag}.html";
license = licenses.bsd3;
maintainers = with maintainers; [ bcdarwin ];
};