python3Packages.pyedflib: 0.1.40 -> 0.1.42

R. Ryantm 8c2ea4e3 a2024a38

Changed files
+3 -3
pkgs
development
python-modules
pyedflib
+3 -3
pkgs/development/python-modules/pyedflib/default.nix
···
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 = [
···
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 ];
};