autotiling: 1.9.1 -> 1.9.2

This commit is contained in:
R. Ryantm 2024-04-27 21:13:47 +00:00
parent 60cb88cc49
commit ae277ac9d2
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];