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