From 524d0f7142d4e3a1a1d3496cdcae6963994beb05 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Wed, 21 Jun 2023 14:16:41 +0200 Subject: [PATCH] tmuxp: 1.27.0 -> 1.28.1 --- pkgs/tools/misc/tmuxp/default.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix index 224f716c18e4..b7cf5626e919 100644 --- a/pkgs/tools/misc/tmuxp/default.nix +++ b/pkgs/tools/misc/tmuxp/default.nix @@ -6,17 +6,22 @@ let in pypkgs.buildPythonApplication rec { pname = "tmuxp"; - version = "1.27.0"; + version = "1.28.1"; src = fetchPypi { inherit pname version; - sha256 = "sha256-QAk+rcNYjhAgkJX2fa0bl3dHrB4yyYQ/oNlUX3IQMR8="; + sha256 = "sha256-sNLqUyas6QY11eW/FhkqB6+u4MTqiY1ixvD3BN69Fic="; }; # No tests in archive doCheck = false; - nativeBuildInputs = [ installShellFiles ]; + format = "pyproject"; + + nativeBuildInputs = [ + pypkgs.poetry-core + installShellFiles + ]; propagatedBuildInputs = with pypkgs; [ click