Unverified Commit bd7b6638 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pysmlight: 0.2.8 -> 0.2.9 (#462420)

parents 34874a6c 9ba7e4f6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "pysmlight";
  version = "0.2.8";
  version = "0.2.9";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "smlight-tech";
    repo = "pysmlight";
    tag = "v${version}";
    hash = "sha256-PPJotxlY1eSx0PNCDzsgaFvm4oPvG4LL4vb8G8ewMiw=";
    hash = "sha256-KNEGRmMq88AMGrBB0hfNa5bJpLx5gLZLH7H7zLkiQ2c=";
  };

  build-system = [ poetry-core ];