Loading pkgs/development/python-modules/pyedflib/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/pyedflib/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = [ Loading @@ -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 ]; }; Loading