Merge pull request #37126 from ryantm/auto-update/tmuxp

tmuxp: 1.3.5 -> 1.4.0
This commit is contained in:
Jörg Thalheim 2018-03-18 11:36:55 +00:00 committed by GitHub
commit caaae34ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@ with python.pkgs;
buildPythonApplication rec {
pname = "tmuxp";
version = "1.3.5";
version = "1.4.0";
src = fetchPypi {
inherit pname version;
sha256 = "bdbbbf5980d6ec21838396a46cd5b599787e8540782b8e2e3f20d2135560a5d3";
sha256 = "1ghi6w0cfgs94zlz304q37h3lga2jalfm0hqi3g2060zfdnb96n7";
};
postPatch = ''