Unverified Commit abc94e5b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.busylight-core: 0.15.3 -> 2.0.1 (#502125)

parents ebfa953e d708931c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "busylight-core";
  version = "0.15.3";
  version = "2.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "JnyJny";
    repo = "busylight-core";
    tag = "v${version}";
    hash = "sha256-4T6FARygtHzY1diLbOcl812pyw5qloV4bNVe1Oj2pHY=";
    hash = "sha256-BJJkuArs7zRvnxVykcMzc/K+MC9r/NYy3wUfAUxrnNE=";
  };

  postPatch = ''