autotiling: 1.9 -> 1.9.1 (#291975)

* autotiling: 1.9 -> 1.9.1

* Update pkgs/misc/autotiling/default.nix

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>

---------

Co-authored-by: Artturi <Artturin@artturin.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
R. RyanTM 2024-02-27 19:51:54 -08:00 committed by GitHub
parent 7b2454d876
commit c955a45164
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";
version = "1.9.1";
src = fetchFromGitHub {
owner = "nwg-piotr";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-0wZg4FvBo2AyVRexY3ZJhBTqUwElqyIHD5bLJ84WynE=";
hash = "sha256-PTMF9w4PMkKuhjLAP7856lOOiuyj5YZOoax0K9bgGgQ=";
};
propagatedBuildInputs = [ i3ipc importlib-metadata ];