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

pyprland: 2.3.7 -> 2.3.8
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-17 01:38:59 +00:00 committed by GitHub
commit 311a2516f0
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.3.7";
version = "2.3.8";
format = "pyproject";
disabled = python3Packages.pythonOlder "3.10";
@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community";
repo = "pyprland";
rev = "refs/tags/${version}";
hash = "sha256-Mcn5d0p+vu1I9oKHUdOH/v1+wC9UTGZaejbsgurrrhg=";
hash = "sha256-0YUI2/gJmBoummiHGpq2p2sT25SwCdnsRwfGK2pcm4s=";
};
nativeBuildInputs = with python3Packages; [ poetry-core ];