Merge pull request #282201 from r-ryantm/auto-update/pyprland

pyprland: 1.6.11 -> 1.7.0
This commit is contained in:
Nick Cao 2024-01-20 09:55:23 -05:00 committed by GitHub
commit 0112fb5f38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "1.6.11";
version = "1.7.0";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.10";
@ -10,8 +10,8 @@ python3Packages.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "hyprland-community";
repo = "pyprland";
rev = version;
hash = "sha256-intrvN6sPaokcY9If2GZvDaFdDFcHg4hO7LXXu0pLXU=";
rev = "refs/tags/${version}";
hash = "sha256-xegMT8+rUMJ8mJDpMT4aLNFy4Atd1Qoe+40OxiociiE=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];