tmuxp: 1.29.0 -> 1.34.0
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>
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user