diff options
| author | Franz Pletz <fpletz@fnordicwalking.de> | 2023-06-21 14:16:41 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-06-24 16:42:45 +0000 |
| commit | a7f84059e6eb4131b979119ef66b0bce3fff13eb (patch) | |
| tree | 8e9347f1a307c6ecae939cbdaf97752744af1c58 | |
| parent | python310Packages.libtmux: 0.21.1 -> 0.22.1 (diff) | |
| download | nixpkgs-a7f84059e6eb4131b979119ef66b0bce3fff13eb.tar.gz | |
tmuxp: 1.27.0 -> 1.28.1origin/backport-236621-to-release-23.05
(cherry picked from commit cda2e9eda77b7ac635bb8c66297d4024a9f234de)
| -rw-r--r-- | pkgs/tools/misc/tmuxp/default.nix | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/pkgs/tools/misc/tmuxp/default.nix b/pkgs/tools/misc/tmuxp/default.nix index 4750897b7801..a7d4176e5861 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 = pypkgs.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 |
