python3Packages.biosppy: 2.2.2 -> 2.2.3

https://github.com/scientisst/BioSPPy/releases/tag/v2.2.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 18:58:42 +02:00
parent cd05e22492
commit 952b83c80c
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "biosppy";
version = "2.2.2";
version = "2.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "scientisst";
repo = "BioSPPy";
tag = "v${version}";
hash = "sha256-U0ZftAlRlazSO66raH74o/6eP1RpmuFoA6HJ+xmgKR8=";
hash = "sha256-R+3K8r+nzrCiZegxur/rf3/gDGhN9bVNMhlK94SHer0=";
};
build-system = [
@@ -64,7 +64,7 @@ buildPythonPackage rec {
meta = {
description = "Biosignal Processing in Python";
homepage = "https://biosppy.readthedocs.io/";
changelog = "https://github.com/scientisst/BioSPPy/releases/tag/v${version}";
changelog = "https://github.com/scientisst/BioSPPy/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ genga898 ];
};