We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79a6ca7 + 184882c commit 7de69e2Copy full SHA for 7de69e2
pkgs/by-name/py/pyprland/package.nix
@@ -7,7 +7,7 @@
7
8
python3Packages.buildPythonApplication rec {
9
pname = "pyprland";
10
- version = "2.3.8";
+ version = "2.4.0";
11
format = "pyproject";
12
13
disabled = python3Packages.pythonOlder "3.10";
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
16
owner = "hyprland-community";
17
repo = "pyprland";
18
rev = "refs/tags/${version}";
19
- hash = "sha256-0YUI2/gJmBoummiHGpq2p2sT25SwCdnsRwfGK2pcm4s=";
+ hash = "sha256-jK6ap/beiqAtZXVNqPB3zV8R2Kfc3LhqJBvFlWYIfb4=";
20
};
21
22
nativeBuildInputs = with python3Packages; [ poetry-core ];
0 commit comments