python313Packages.aiotractive: 0.6.0 -> 0.7.0

Diff: https://github.com/zhulik/aiotractive/compare/v0.6.0...v0.7.0

Changelog: https://github.com/zhulik/aiotractive/releases/tag/v0.7.0
This commit is contained in:
Fabian Affolter
2025-12-30 21:32:22 +01:00
parent b7c993ad4f
commit 6e4197d56e
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aiotractive";
version = "0.6.0";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "zhulik";
repo = "aiotractive";
tag = "v${version}";
hash = "sha256-QwwW/UxRgd4rco80SqQUGt0ArDNT9MXa/U/W2/dHZT0=";
hash = "sha256-tdeRl3fY+OPlLnh/KixdKSy6WLIH/qQR3icoUkKGeGo=";
};
nativeBuildInputs = [ setuptools ];