Skip to content

Commit

Permalink
pyprland: 2.1.4 -> 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 8, 2024
1 parent f6eb921 commit 013748c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/py/pyprland/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.1.4";
version = "2.2.3";
format = "pyproject";

disabled = python3Packages.pythonOlder "3.10";
Expand All @@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
rev = "refs/tags/${version}";
hash = "sha256-vko8SY5d537bKnpVeJWM3D4WeYCXAvF6tCzlFjKIZRU=";
hash = "sha256-WGLcrmKHti5Hu2Ed4/G1UgYGXPyGYHmkPK/yo4gdMNM=";
};

nativeBuildInputs = with python3Packages; [ poetry-core ];
Expand Down

0 comments on commit 013748c

Please sign in to comment.