tmuxp: 1.27.0 -> 1.28.1

(cherry picked from commit cda2e9eda7)
This commit is contained in:
Franz Pletz
2023-06-21 14:16:41 +02:00
committed by Anderson Torres
parent c825a5a18b
commit ee3d8c299c

View File

@@ -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