python3Packages.fluss-api: 0.2.4 -> 0.2.5 (#530496)

This commit is contained in:
Fabian Affolter
2026-06-10 22:01:37 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "fluss-api";
version = "0.2.4";
version = "0.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "fluss";
repo = "Fluss_Python_Library";
tag = "v${finalAttrs.version}";
hash = "sha256-zAhxx2X1DnfXlf+OzyACx6e3bQkoagffBPPnEe05xbM=";
hash = "sha256-LXuQUVHssQPA7QTFZm3gqs/WKsDz4HCAyG7ktWIrLBY=";
};
build-system = [ setuptools ];