tmuxp: 1.27.0 -> 1.28.1
This commit is contained in:
parent
8f62341db1
commit
524d0f7142
1 changed files with 8 additions and 3 deletions
|
@ -6,17 +6,22 @@ let
|
||||||
in
|
in
|
||||||
pypkgs.buildPythonApplication rec {
|
pypkgs.buildPythonApplication rec {
|
||||||
pname = "tmuxp";
|
pname = "tmuxp";
|
||||||
version = "1.27.0";
|
version = "1.28.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-QAk+rcNYjhAgkJX2fa0bl3dHrB4yyYQ/oNlUX3IQMR8=";
|
sha256 = "sha256-sNLqUyas6QY11eW/FhkqB6+u4MTqiY1ixvD3BN69Fic=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# No tests in archive
|
# No tests in archive
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
format = "pyproject";
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
pypkgs.poetry-core
|
||||||
|
installShellFiles
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with pypkgs; [
|
propagatedBuildInputs = with pypkgs; [
|
||||||
click
|
click
|
||||||
|
|
Loading…
Reference in a new issue