python3Packages.aiotractive: 1.0.2 -> 1.0.3

Diff: https://github.com/zhulik/aiotractive/compare/v1.0.2...v1.0.3

Changelog: https://github.com/zhulik/aiotractive/releases/tag/v1.0.3
This commit is contained in:
Robert Schütz
2026-04-24 13:15:59 -07:00
parent 7de8a47790
commit e317c7cca5
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "aiotractive";
version = "1.0.2";
version = "1.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "zhulik";
repo = "aiotractive";
tag = "v${finalAttrs.version}";
hash = "sha256-Tr8USF7GF9CMOcjy62e+oTu4k/1jIAOsZmWTFWEzJvk=";
hash = "sha256-wRV/ZQ2T3Dlrmq6jY5IatrGr07uxPFWcVoMiJN+md88=";
};
build-system = [ setuptools ];