Unverified Commit 9318efde authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents a292fd0e 8c2ea4e3
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };