python3Packages.pyfirefly: 0.1.9 -> 0.1.13

Diff: https://github.com/erwindouna/pyfirefly/compare/v0.1.9...v0.1.13

Changelog: https://github.com/erwindouna/pyfirefly/releases/tag/v0.1.13
This commit is contained in:
Robert Schütz
2026-02-04 11:50:15 -08:00
parent 794057a1e8
commit 5b59a15352
@@ -3,10 +3,10 @@
aresponses,
buildPythonPackage,
fetchFromGitHub,
hatchling,
lib,
mashumaro,
orjson,
poetry-core,
pytest-cov-stub,
pytestCheckHook,
syrupy,
@@ -15,17 +15,17 @@
buildPythonPackage rec {
pname = "pyfirefly";
version = "0.1.9";
version = "0.1.13";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "pyfirefly";
tag = "v${version}";
hash = "sha256-VPtXk4sObN5mvZTtmXW+myQ4+Slb285zHMotRkLyhJM=";
hash = "sha256-h3p1uP8K/M2DNLapnBlaYmRcYDNzhqdx8507nm7ugqY=";
};
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
aiohttp