Merge pull request #309082 from JohnRTitor/pyprland

pyprland: 2.2.15 -> 2.2.16
This commit is contained in:
Artturin 2024-05-05 06:02:42 +03:00 committed by GitHub
commit 4b164e2b03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,12 @@
{ lib, fetchFromGitHub, python3Packages }: {
lib,
fetchFromGitHub,
python3Packages,
}:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "pyprland"; pname = "pyprland";
version = "2.2.15"; version = "2.2.16";
format = "pyproject"; format = "pyproject";
disabled = python3Packages.pythonOlder "3.10"; disabled = python3Packages.pythonOlder "3.10";
@ -11,7 +15,7 @@ python3Packages.buildPythonApplication rec {
owner = "hyprland-community"; owner = "hyprland-community";
repo = "pyprland"; repo = "pyprland";
rev = version; rev = version;
hash = "sha256-ju/Xa3s0engE09q9EtKK/zhgimMmlTPXJrpwWQqUFLs="; hash = "sha256-zT+ixOM+by13iM78CHkQqTS9LCLFspHNyEjd7P2psUE=";
}; };
nativeBuildInputs = with python3Packages; [ poetry-core ]; nativeBuildInputs = with python3Packages; [ poetry-core ];
@ -58,7 +62,10 @@ python3Packages.buildPythonApplication rec {
description = "An hyperland plugin system"; description = "An hyperland plugin system";
homepage = "https://github.com/hyprland-community/pyprland"; homepage = "https://github.com/hyprland-community/pyprland";
license = lib.licenses.mit; license = lib.licenses.mit;
maintainers = with lib.maintainers; [ iliayar johnrtitor ]; maintainers = with lib.maintainers; [
iliayar
johnrtitor
];
platforms = lib.platforms.linux; platforms = lib.platforms.linux;
}; };
} }