python3Packages.pylsl: 1.18.1 -> 1.18.3.b1 (#513455)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-10 17:27:34 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "pylsl";
version = "1.18.1";
version = "1.18.3.b1";
pyproject = true;
src = fetchFromGitHub {
owner = "labstreaminglayer";
repo = "pylsl";
tag = "v${version}";
hash = "sha256-H/ALvRtgv1Ms9VeTJvDRCpg0Q+/4Xjx/NS4whOGmtU8=";
hash = "sha256-AVnRkkzAiPGcnnDL7ZxsnY7R76DcqPcG1M5Fg4ZRSX0=";
};
postPatch = ''