python3Packages.aiotractive: 1.0.0 -> 1.0.1

Diff: https://github.com/zhulik/aiotractive/compare/v1.0.0...v1.0.1

Changelog: https://github.com/zhulik/aiotractive/releases/tag/v1.0.1
This commit is contained in:
Robert Schütz
2026-03-29 22:15:07 -07:00
parent 0b31e169ef
commit f362b3e896
@@ -10,18 +10,22 @@
buildPythonPackage rec {
pname = "aiotractive";
version = "1.0.0";
version = "1.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zhulik";
repo = "aiotractive";
tag = "v${version}";
hash = "sha256-pU6Ugd4l9+oUWJAd1hT3oBPfXK5NEjOg+k3YN52C3B8=";
hash = "sha256-DP0dFDXaa0PyaERmhL6dNCOpiNs+N7ojMIapcajfMrk=";
};
build-system = [ setuptools ];
pythonRelaxDeps = [
"orjson"
];
dependencies = [
aiohttp
orjson