Unverified Commit 4b164e2b authored by Artturin's avatar Artturin Committed by GitHub
Browse files

Merge pull request #309082 from JohnRTitor/pyprland

pyprland: 2.2.15 -> 2.2.16
parents b04e7638 13c8d78d
Loading
Loading
Loading
Loading
+11 −4
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, python3Packages }:
{
  lib,
  fetchFromGitHub,
  python3Packages,
}:

python3Packages.buildPythonApplication rec {
  pname = "pyprland";
  version = "2.2.15";
  version = "2.2.16";
  format = "pyproject";

  disabled = python3Packages.pythonOlder "3.10";
@@ -11,7 +15,7 @@ python3Packages.buildPythonApplication rec {
    owner = "hyprland-community";
    repo = "pyprland";
    rev = version;
    hash = "sha256-ju/Xa3s0engE09q9EtKK/zhgimMmlTPXJrpwWQqUFLs=";
    hash = "sha256-zT+ixOM+by13iM78CHkQqTS9LCLFspHNyEjd7P2psUE=";
  };

  nativeBuildInputs = with python3Packages; [ poetry-core ];
@@ -58,7 +62,10 @@ python3Packages.buildPythonApplication rec {
    description = "An hyperland plugin system";
    homepage = "https://github.com/hyprland-community/pyprland";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ iliayar johnrtitor ];
    maintainers = with lib.maintainers; [
      iliayar
      johnrtitor
    ];
    platforms = lib.platforms.linux;
  };
}