Commit ae277ac9 authored by R. RyanTM's avatar R. RyanTM
Browse files

autotiling: 1.9.1 -> 1.9.2

parent 60cb88cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildPythonApplication rec {
  pname = "autotiling";
  version = "1.9.1";
  version = "1.9.2";

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-PTMF9w4PMkKuhjLAP7856lOOiuyj5YZOoax0K9bgGgQ=";
    hash = "sha256-u+Tvvge/rQvylbZDmCxvoMGjZm2gKsFZEAb9evR/Ckw=";
  };

  propagatedBuildInputs = [ i3ipc importlib-metadata ];