Skip to content

Commit

Permalink
Merge pull request #308345 from JohnRTitor/pyprland
Browse files Browse the repository at this point in the history
pyprland: 2.2.12 -> 2.2.15
  • Loading branch information
wegank authored May 2, 2024
2 parents 5871de3 + 5d91718 commit d32b6f1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkgs/by-name/py/pyprland/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.2.12";
version = "2.2.15";
format = "pyproject";

disabled = python3Packages.pythonOlder "3.10";

src = fetchFromGitHub {
owner = "hyprland-community";
repo = "pyprland";
rev = "refs/tags/${version}";
hash = "sha256-SVly20/+67d0Rr2SuM1n/JfT1SlyKdKRBLDx2okCZRY=";
rev = version;
hash = "sha256-ju/Xa3s0engE09q9EtKK/zhgimMmlTPXJrpwWQqUFLs=";
};

nativeBuildInputs = with python3Packages; [ poetry-core ];
Expand Down Expand Up @@ -53,12 +53,12 @@ python3Packages.buildPythonApplication rec {
"pyprland.plugins.workspaces_follow_focus"
];

meta = with lib; {
meta = {
mainProgram = "pypr";
description = "An hyperland plugin system";
homepage = "https://github.com/hyprland-community/pyprland";
license = licenses.mit;
maintainers = with maintainers; [ iliayar ];
platforms = platforms.linux;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ iliayar johnrtitor ];
platforms = lib.platforms.linux;
};
}

0 comments on commit d32b6f1

Please sign in to comment.