python3Packages.serialx: 1.0.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2026-03-24 10:42:35 +00:00
parent 52a37b2109
commit 2e60a91ce9
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "serialx";
version = "1.0.0";
version = "1.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "puddly";
repo = "serialx";
tag = "v${finalAttrs.version}";
hash = "sha256-QYeEtdG3neRRloXOW7cKVyrsGZ5FrKOXs8gfjdyjpIQ=";
hash = "sha256-u9+ffkZLfWt98bmPdnpWaziSpsBWDjvrUJprq1FJimI=";
};
cargoDeps = rustPlatform.fetchCargoVendor {