pyprland: 1.8.7 -> 1.10.2
This commit is contained in:
parent
77e1ebfe44
commit
8e628a80a1
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "pyprland";
|
pname = "pyprland";
|
||||||
version = "1.8.7";
|
version = "1.10.2";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
disabled = python3Packages.pythonOlder "3.10";
|
disabled = python3Packages.pythonOlder "3.10";
|
||||||
|
@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
owner = "hyprland-community";
|
owner = "hyprland-community";
|
||||||
repo = "pyprland";
|
repo = "pyprland";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-6ne1wohpknxXpaLg29COM84pXUBKXBVH0jaLfypLtUo=";
|
hash = "sha256-ZbxrfxgURs+XHegsdZ7Z42o7flQ8Jt2rfR2RwDmGpls=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3Packages; [ poetry-core ];
|
nativeBuildInputs = with python3Packages; [ poetry-core ];
|
||||||
|
|
Loading…
Reference in a new issue