Skip to content

Commit

Permalink
tmuxp: 1.29.0 -> 1.34.0
Browse files Browse the repository at this point in the history
Fixes:

,----
| error: builder for '/nix/store/n9ram8wgn9niqm78wraxh4l21c4rfl2q-tmuxp-1.29.0.drv' failed with exit code 1;
|        last 10 log lines:
|        > Creating a wheel...
|        > * Getting build dependencies for wheel...
|        > * Building wheel...
|        > Successfully built tmuxp-1.29.0-py3-none-any.whl
|        > Finished creating a wheel...
|        > Finished executing pypaBuildPhase
|        > Running phase: pythonRuntimeDepsCheckHook
|        > Executing pythonRuntimeDepsCheck
|        > Checking runtime dependencies for tmuxp-1.29.0-py3-none-any.whl
|        >   - libtmux<0.24.0,>=0.23.0 not satisfied by version 0.25.0
|        For full logs, run 'nix log /nix/store/n9ram8wgn9niqm78wraxh4l21c4rfl2q-tmuxp-1.29.0.drv'.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
  • Loading branch information
otavio committed Jan 14, 2024
1 parent acfafd5 commit 3e924be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/tmuxp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

python3Packages.buildPythonApplication rec {
pname = "tmuxp";
version = "1.29.0";
version = "1.34.0";
format = "pyproject";

src = fetchPypi {
inherit pname version;
hash = "sha256-MiXG4MVzomyc4LjovPsvhmPngtJv85s6Ypo/Cm2Whho=";
hash = "sha256-G93YtgXo4li+tLWKgJFaxx4Ax4sK4F+vK6M3WTXIeiU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3e924be

Please sign in to comment.