python314Packages.serialx: 1.7.0 -> 1.7.2

https://github.com/puddly/serialx/releases/tag/v1.7.2
This commit is contained in:
Martin Weinelt
2026-05-09 16:29:22 +02:00
parent 842e139723
commit 02a97aeb51
@@ -20,14 +20,14 @@
buildPythonPackage (finalAttrs: {
pname = "serialx";
version = "1.7.0";
version = "1.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "puddly";
repo = "serialx";
tag = "v${finalAttrs.version}";
hash = "sha256-yULTP7aaA/O7cz3NBMpdIybvply3ADQZENxjuexKxo8=";
hash = "sha256-A8LdFpxnnluAlwVvNly4IfvCS8eZMDil6OmI4b9kGOA=";
};
cargoDeps = rustPlatform.fetchCargoVendor {