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

autotiling: 1.9.1 -> 1.9.2
This commit is contained in:
Artturi 2024-04-28 14:33:03 +03:00 committed by GitHub
commit e6c5e246d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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