Unverified Commit 1b1147e9 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pylsl: 1.16.2 -> 1.17.6

parent 3489662c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "pylsl";
  version = "1.16.2";
  version = "1.17.6";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "labstreaminglayer";
    repo = "pylsl";
    rev = "v${version}";
    hash = "sha256-rReoPirf1rdQppKEBfHMk3J2htdsnFfIdlNQIprOoUg=";
    tag = "v${version}";
    hash = "sha256-PEeTG+bQNEce9j0obDoaTYXMGp0MRUibbWVXM1IvGGY=";
  };

  postPatch = ''