python3Packages.pyfirefly: 0.1.14 -> 0.1.15 (#500417)

This commit is contained in:
dotlambda
2026-03-16 15:14:08 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "pyfirefly";
version = "0.1.14";
version = "0.1.15";
pyproject = true;
src = fetchFromGitHub {
owner = "erwindouna";
repo = "pyfirefly";
tag = "v${version}";
hash = "sha256-MS3iDyH7rR/fsIVVEvhJjaNvjT81r6ReSzS6cqjChR8=";
hash = "sha256-vB/2CJMr5UEkANmJYCSA8igDCTYX0DFitDK3RFr68aE=";
};
build-system = [ hatchling ];