python312Packages.aiotractive: 0.5.7 -> 0.6.0

Diff: https://github.com/zhulik/aiotractive/compare/refs/tags/v0.5.7...v0.6.0

Changelog: https://github.com/zhulik/aiotractive/releases/tag/v0.6.0
This commit is contained in:
Fabian Affolter 2024-07-06 11:48:08 +02:00
parent 68644adb98
commit dec14c4ff0

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aiotractive";
version = "0.5.7";
version = "0.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "zhulik";
repo = "aiotractive";
rev = "refs/tags/v${version}";
hash = "sha256-fIdIFG1OpAN1R2L2RryTzYZyqGLo3tqAAkRC8UUFM4k=";
hash = "sha256-QwwW/UxRgd4rco80SqQUGt0ArDNT9MXa/U/W2/dHZT0=";
};
nativeBuildInputs = [ setuptools ];