From 13c8d78d7e1cbc372f747acf073d854155735a69 Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Sat, 4 May 2024 23:04:38 +0530 Subject: [PATCH] pyprland: 2.2.15 -> 2.2.16 format with nixfmt-rfc-style --- pkgs/by-name/py/pyprland/package.nix | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/py/pyprland/package.nix b/pkgs/by-name/py/pyprland/package.nix index 309f680751f7..6902d0d1f04c 100644 --- a/pkgs/by-name/py/pyprland/package.nix +++ b/pkgs/by-name/py/pyprland/package.nix @@ -1,8 +1,12 @@ -{ 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; }; }