python312Packages.pyedflib: 0.1.39 -> 0.1.40 (#388110)

This commit is contained in:
Gaétan Lepage
2025-03-09 16:20:59 +01:00
committed by GitHub
@@ -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 = [