tmuxp: 1.43.0 -> 1.45.0

This commit is contained in:
Otavio Salvador 2024-03-27 12:43:52 +00:00
parent f085097270
commit 48001e7136
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "tmuxp";
version = "1.43.0";
version = "1.45.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-SbMZpMrcOGNzEqa/2x0OtgC2/fhKp8Prs8Hspy3I3tA=";
hash = "sha256-I7P/CohipEwrxoelU/ePSv2PHgM3HXdVVadpntVFcrQ=";
};
nativeBuildInputs = [