python3Packages.serialx: 1.8.0 -> 1.8.1

Diff: https://github.com/puddly/serialx/compare/v1.8.0...v1.8.1

Changelog: https://github.com/puddly/serialx/releases/tag/v1.8.1
This commit is contained in:
Robert Schütz
2026-06-10 07:32:37 -07:00
parent 07edef9b4d
commit 23325efa0f
@@ -20,14 +20,14 @@
buildPythonPackage (finalAttrs: {
pname = "serialx";
version = "1.8.0";
version = "1.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "puddly";
repo = "serialx";
tag = "v${finalAttrs.version}";
hash = "sha256-JNaS7nRzqNr6y+Qj8bG4U0vwtvfNmllr9vpS4IcSjV4=";
hash = "sha256-89lRB96lit4XxPhACnZ3Lv01G0IcddlwyPTttrWwsLQ=";
};
cargoDeps = rustPlatform.fetchCargoVendor {