Commit 5076fb66 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pysmlight: 0.3.1 -> 0.3.2

parent 358f4fca
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "pysmlight";
  version = "0.3.1";
  version = "0.3.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "smlight-tech";
    repo = "pysmlight";
    tag = "v${version}";
    hash = "sha256-WT7fGHa2vD7BlIqV3BOR1C4cFJDzMm5/cJ7ihOg2aAs=";
    hash = "sha256-LsHxHHBTJCeB78y2Zv4ESzMwBDH2DB49uGyrmO8IVo0=";
  };

  build-system = [