python312Packages.pyedflib: 0.1.39 -> 0.1.40

This commit is contained in:
R. Ryantm
2025-03-09 16:09:26 +01:00
committed by Gaetan Lepage
parent cb26667f94
commit 3aa2d31810
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pyedflib";
version = "0.1.39";
version = "0.1.40";
pyproject = true;
src = fetchFromGitHub {
owner = "holgern";
repo = "pyedflib";
tag = "v${version}";
hash = "sha256-NHjeaNLbOxTPzTbQ9owFkessQY/QnxBSC8G93JahMGg=";
hash = "sha256-FWEd1Y883LPsPdzbjR6+emsYBMBrM33/jR8p1aIWmV4=";
};
build-system = [