Unverified Commit e6c5e246 authored by Artturi's avatar Artturi Committed by GitHub
Browse files

Merge pull request #307315 from r-ryantm/auto-update/autotiling

autotiling: 1.9.1 -> 1.9.2
parents a06d8ab9 ae277ac9
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 ];