tmuxp: 1.45.0 -> 1.46.0

This commit is contained in:
R. Ryantm 2024-04-15 11:19:55 +00:00 committed by Yaya
parent f0d7445285
commit 8326783b9f
1 changed files with 2 additions and 2 deletions

View File

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