python3Packages.pyfirefly: 0.1.8 -> 0.1.9

This commit is contained in:
R. Ryantm
2025-12-09 19:42:11 +00:00
parent d0aeccbdd3
commit 22cabc705f
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyfirefly";
version = "0.1.8";
version = "0.1.9";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "pyfirefly";
tag = "v${version}";
hash = "sha256-b4np7JlDCbrrMo6TGE5yL6Xg41ocGoJQY8BMH/hZ9Ls=";
hash = "sha256-VPtXk4sObN5mvZTtmXW+myQ4+Slb285zHMotRkLyhJM=";
};
build-system = [ poetry-core ];