python3Packages.biosppy: 2.2.3 -> 2.2.4

This commit is contained in:
R. Ryantm
2025-11-12 00:19:52 +00:00
parent ff7090395a
commit a5a18f9cd9
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "biosppy";
version = "2.2.3";
version = "2.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "scientisst";
repo = "BioSPPy";
tag = "v${version}";
hash = "sha256-R+3K8r+nzrCiZegxur/rf3/gDGhN9bVNMhlK94SHer0=";
hash = "sha256-ED25/4WmLbXfEfa4KuUJMN+Fc9hd/AdUqgw8mwQes8Y=";
};
build-system = [ setuptools ];