Commit 3f149e6e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.fluss-api: 0.2.0 -> 0.2.4

parent 5d428d54
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];