Commit 44a945e9 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.busylight-core: 2.0.1 -> 2.2.0

parent 47422396
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

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

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

  postPatch = ''