python3Packages.fluss-api: 0.2.0 -> 0.2.4

This commit is contained in:
R. Ryantm
2026-04-11 23:35:48 +00:00
parent 5d428d54b5
commit 3f149e6ea3
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "fluss-api";
version = "0.2.0";
version = "0.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "fluss";
repo = "Fluss_Python_Library";
tag = "v${finalAttrs.version}";
hash = "sha256-LD+boeDNWOm3KXZFIkLPvzIyngmFd6lOtIFsrn478wA=";
hash = "sha256-zAhxx2X1DnfXlf+OzyACx6e3bQkoagffBPPnEe05xbM=";
};
build-system = [ setuptools ];