pyprland: 2.4.5 -> 2.4.6 (#425475)

Co-authored-by: iliayar <iliayar3@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-15 17:16:30 +00:00 committed by GitHub
commit 1f69b23036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
python3Packages.buildPythonApplication rec {
pname = "pyprland";
version = "2.4.5";
version = "2.4.6";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.10";
@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
tag = version;
hash = "sha256-s93zuBS2jpGLTKKGvna1Zc+ph6A6kemgfkl8j7uSdKY=";
hash = "sha256-OH+BTPw574FykVYWG6TIOpSPeYB39UxyMy/gzMDw0z4=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];