tmuxp: 1.5.1 -> 1.5.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tmuxp/versions
This commit is contained in:
R. RyanTM 2019-06-18 08:20:33 -07:00
parent 41377252e5
commit 7972fb297a

View file

@ -4,11 +4,11 @@ with python.pkgs;
buildPythonApplication rec {
pname = "tmuxp";
version = "1.5.1";
version = "1.5.3";
src = fetchPypi {
inherit pname version;
sha256 = "1s2jmi46z1as5f7124zxjd88crbgb427jqf9987nz0csbpbb12qa";
sha256 = "0vxnq5r3h32dvznh4lal29q5ny70rd861r7435gn7sa6v5ajs2f1";
};
postPatch = ''