python3Packages.pyedflib: 0.1.40 -> 0.1.42 (#422761)

This commit is contained in:
Gaétan Lepage
2025-07-06 00:07:19 +02:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "pyedflib";
version = "0.1.40";
version = "0.1.42";
pyproject = true;
src = fetchFromGitHub {
owner = "holgern";
repo = "pyedflib";
tag = "v${version}";
hash = "sha256-FWEd1Y883LPsPdzbjR6+emsYBMBrM33/jR8p1aIWmV4=";
hash = "sha256-KbySCsDjiS94U012KASRgHR2fuX090HlKUuPgsLC+xQ=";
};
build-system = [
@@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = {
description = "Python library to read/write EDF+/BDF+ files based on EDFlib";
homepage = "https://github.com/holgern/pyedflib";
changelog = "https://github.com/holgern/pyedflib/releases/tag/v${version}";
changelog = "https://github.com/holgern/pyedflib/releases/tag/${src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ GaetanLepage ];
};