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

autotiling: 1.8 -> 1.9
This commit is contained in:
Artturi
2024-02-10 14:22:56 +02:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "autotiling";
version = "1.8";
version = "1.9";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-4iiiiuXCHFXEeA99ikq/G3q2KXBZ7vwpfET7QtoDVds=";
sha256 = "sha256-0wZg4FvBo2AyVRexY3ZJhBTqUwElqyIHD5bLJ84WynE=";
};
propagatedBuildInputs = [ i3ipc importlib-metadata ];