Unverified Commit ed8291da authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.pysmlight: 0.1.2 -> 0.1.3

parent c7149650
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "pysmlight";
  version = "0.1.2";
  version = "0.1.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "smlight-tech";
    repo = "pysmlight";
    rev = "refs/tags/v${version}";
    hash = "sha256-ouPUNKlTlF2t2K7RMG7oDSfeITjNPoGb5pNC7oUyGDI=";
    hash = "sha256-U5/pKlnRt+OQeE/RQabTcnZLiLBIGqBinXdI7yc//30=";
  };

  build-system = [ poetry-core ];