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.

Changed files
+3 -3
pkgs
development
python-modules
biosppy
+3 -3
pkgs/development/python-modules/biosppy/default.nix
···
buildPythonPackage rec {
pname = "biosppy";
-
version = "2.2.2";
pyproject = true;
src = fetchFromGitHub {
owner = "scientisst";
repo = "BioSPPy";
tag = "v${version}";
-
hash = "sha256-U0ZftAlRlazSO66raH74o/6eP1RpmuFoA6HJ+xmgKR8=";
};
build-system = [
···
meta = {
description = "Biosignal Processing in Python";
homepage = "https://biosppy.readthedocs.io/";
-
changelog = "https://github.com/scientisst/BioSPPy/releases/tag/v${version}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ genga898 ];
};
···
buildPythonPackage rec {
pname = "biosppy";
+
version = "2.2.3";
pyproject = true;
src = fetchFromGitHub {
owner = "scientisst";
repo = "BioSPPy";
tag = "v${version}";
+
hash = "sha256-R+3K8r+nzrCiZegxur/rf3/gDGhN9bVNMhlK94SHer0=";
};
build-system = [
···
meta = {
description = "Biosignal Processing in Python";
homepage = "https://biosppy.readthedocs.io/";
+
changelog = "https://github.com/scientisst/BioSPPy/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ genga898 ];
};