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

autotiling: 1.9.2 -> 1.9.3
This commit is contained in:
Artturin 2024-05-23 17:49:24 +03:00 committed by GitHub
commit 159d9bb7d0
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.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-u+Tvvge/rQvylbZDmCxvoMGjZm2gKsFZEAb9evR/Ckw=";
hash = "sha256-k+UiAGMB/fJiE+C737yGdyTpER1ciZrMkZezkcn/4yk=";
};
propagatedBuildInputs = [ i3ipc importlib-metadata ];