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

autotiling: 1.5 -> 1.6
This commit is contained in:
Jörg Thalheim 2021-12-05 19:13:14 +00:00 committed by GitHub
commit 596fb93dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "autotiling";
version = "1.5";
version = "1.6";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = pname;
rev = "v${version}";
sha256 = "0ih8yd1gankjxn88gd88vxs6f1cniyi04z25jz4nsgqi9snz65v4";
sha256 = "1hjlvg7095s322gb43r9g7mqlsy3pj13l827jpnbn5x0918rq9rr";
};
propagatedBuildInputs = [ i3ipc importlib-metadata ];