python3Packages.pyfirefly: 0.1.15 -> 0.1.16

This commit is contained in:
R. Ryantm
2026-06-10 05:58:47 +00:00
parent 8350d22b81
commit bf12130a00
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyfirefly";
version = "0.1.15";
version = "0.1.16";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "pyfirefly";
tag = "v${version}";
hash = "sha256-vB/2CJMr5UEkANmJYCSA8igDCTYX0DFitDK3RFr68aE=";
hash = "sha256-RrVjXhV42DBvmTcZMowmHXN5K4nZfKPT/CDbvf1tOAQ=";
};
build-system = [ hatchling ];