From c3919861bc3bd99f806336260b868eea4212c8aa Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:16:44 +0100 Subject: [PATCH] python3Packages.neo: 0.13.3 -> 0.13.4 https://neo.readthedocs.io/en/0.13.4/releases/0.13.4.html --- pkgs/development/python-modules/neo/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/neo/default.nix b/pkgs/development/python-modules/neo/default.nix index e3a831a45c4f..f47bb14bf457 100644 --- a/pkgs/development/python-modules/neo/default.nix +++ b/pkgs/development/python-modules/neo/default.nix @@ -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 ]; };