python3Packages.pyvlx: 0.2.32 -> 0.2.33

Diff: https://github.com/Julius2342/pyvlx/compare/0.2.32...0.2.33

Changelog: https://github.com/Julius2342/pyvlx/releases/tag/0.2.33
This commit is contained in:
Fabian Affolter
2026-04-09 20:05:25 +02:00
parent 86c2a18d9d
commit d4e3f17cfb
@@ -12,14 +12,14 @@
buildPythonPackage (finalAttrs: {
pname = "pyvlx";
version = "0.2.32";
version = "0.2.33";
pyproject = true;
src = fetchFromGitHub {
owner = "Julius2342";
repo = "pyvlx";
tag = finalAttrs.version;
hash = "sha256-ArNWXvYZ/eZWPUvV8z/+6WsAcm5MTnKblMrUFj51JhM=";
hash = "sha256-CdBpXga/OxkNILUPDe8bna0wbwNk7GLzYgZJeScJ948=";
};
build-system = [