wlr-layout-ui: 1.6.16 -> 2.0.0 (#522610)

This commit is contained in:
Michael Daniels
2026-06-09 00:41:40 +00:00
committed by GitHub
+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 = ''