python3Packages.pylsl: 1.18.1 -> 1.18.3.b1

This commit is contained in:
R. Ryantm
2026-06-25 23:32:26 +00:00
parent 42814ad4b8
commit 72dfaa656a
@@ -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 = ''