python3Packages.pyblu: 2.0.1 -> 2.0.4

https://github.com/LouisChrist/pyblu/releases/tag/v2.0.4
This commit is contained in:
Martin Weinelt
2025-08-08 04:06:19 +02:00
parent 29746dd71b
commit 0baf2789a8
@@ -3,28 +3,28 @@
aioresponses,
buildPythonPackage,
fetchFromGitHub,
hatchling,
lib,
lxml,
poetry-core,
pytest-asyncio,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "pyblu";
version = "2.0.1";
version = "2.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "LouisChrist";
repo = "pyblu";
tag = "v${version}";
hash = "sha256-4dWRz7KPLgjN57U/jsm6VCqzkzfMY5yuHL0ZSBeALyI=";
hash = "sha256-nzTqakEMl9gywIQpC9OR0xiqZzawU5RxOx3NQT+CiFc=";
};
pythonRelaxDeps = [ "aiohttp" ];
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
aiohttp