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

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

autotiling: 1.8 -> 1.9
parents 1ab54f84 a3b2a813
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildPythonApplication rec {
  pname = "autotiling";
  version = "1.8";
  version = "1.9";

  src = fetchFromGitHub {
    owner = "nwg-piotr";
    repo = pname;
    rev = "refs/tags/v${version}";
    sha256 = "sha256-4iiiiuXCHFXEeA99ikq/G3q2KXBZ7vwpfET7QtoDVds=";
    sha256 = "sha256-0wZg4FvBo2AyVRexY3ZJhBTqUwElqyIHD5bLJ84WynE=";
  };

  propagatedBuildInputs = [ i3ipc importlib-metadata ];