python3Packages.serialx: 1.7.3 -> 1.8.0 (#522702)

This commit is contained in:
dotlambda
2026-05-22 22:40:30 +00:00
committed by GitHub
@@ -20,14 +20,14 @@
buildPythonPackage (finalAttrs: {
pname = "serialx";
version = "1.7.3";
version = "1.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "puddly";
repo = "serialx";
tag = "v${finalAttrs.version}";
hash = "sha256-KZeKH0sy5GZESwbwWOr/j51UtQjwm98E1Phu0D+Ailo=";
hash = "sha256-JNaS7nRzqNr6y+Qj8bG4U0vwtvfNmllr9vpS4IcSjV4=";
};
cargoDeps = rustPlatform.fetchCargoVendor {