Merge pull request #109084 from r-ryantm/auto-update/tmuxp

tmuxp: 1.6.3 -> 1.7.0
This commit is contained in:
Sandro
2021-01-12 23:00:17 +01:00
committed by GitHub

View File

@@ -4,11 +4,11 @@ with python.pkgs;
buildPythonApplication rec {
pname = "tmuxp";
version = "1.6.3";
version = "1.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "4bc52d6683235307c92ddbb164c84e3e892ee2d00afa16ed89eca0fa7f85029e";
sha256 = "e5135d07a8944170e39ea8b96b09123c54648cca94537b4953d8f15e5a537da2";
};
postPatch = ''