Skip to content

Commit

Permalink
pyprland: 2.4.0 -> 2.4.1 (#353496)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilva authored Nov 3, 2024
2 parents ab27273 + c751cf7 commit f3ff80d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pkgs/by-name/py/pyprland/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.4.0";
version = "2.4.1";
format = "pyproject";

disabled = python3Packages.pythonOlder "3.10";
Expand All @@ -16,12 +16,15 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
rev = "refs/tags/${version}";
hash = "sha256-jK6ap/beiqAtZXVNqPB3zV8R2Kfc3LhqJBvFlWYIfb4=";
hash = "sha256-QONnIElYz8UjyLICSm2QGZME5jx+l2Zw4r7kwHW8YEM=";
};

nativeBuildInputs = with python3Packages; [ poetry-core ];

propagatedBuildInputs = with python3Packages; [ aiofiles ];
pythonRelaxDeps = [
"aiofiles"
];

postInstall = ''
# file has shebang but cant be run due to a relative import, has proper entrypoint in /bin
Expand Down

0 comments on commit f3ff80d

Please sign in to comment.