wlr-layout-ui: 1.6.16 -> 2.0.0

This commit is contained in:
kyehn
2026-05-20 18:18:44 +00:00
parent 5958b01da9
commit 680e579db1
+4 -3
View File
@@ -6,24 +6,25 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "wlr-layout-ui";
version = "1.6.16";
version = "2.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "fdev31";
repo = "wlr-layout-ui";
tag = finalAttrs.version;
hash = "sha256-CghOj5fQnuHd6PMeLOX4NKdVw7+pueZXahzYcAMwNOA=";
hash = "sha256-vniBlKWxDjcHQTgvqaMHKTyCVDVqbD5VCvNPTgUp00w=";
};
nativeBuildInputs = [
python3.pkgs.poetry-core
python3.pkgs.hatchling
];
propagatedBuildInputs = with python3.pkgs; [
pyglet
tomli
tomli-w
jeepney
];
postInstall = ''