pythonPackages.libtmux: 0.5.0 -> 0.6.0

This commit is contained in:
Jascha Geerds 2016-10-11 23:51:41 +02:00
parent 19c42ee0b7
commit 289c7cfc69

View File

@ -5315,16 +5315,16 @@ in modules // {
libtmux = buildPythonPackage rec {
name = "libtmux-${version}";
version = "0.5.0";
version = "0.6.0";
src = pkgs.fetchurl {
url = "mirror://pypi/l/libtmux/${name}.tar.gz";
sha256 = "0fwydaahgflz9w753v1cmkfzrlfq1vb8zp4i20m2d3lvkm4crv93";
sha256 = "117savw47c2givq9vxr5m02nyxmsk34l2ihxyy5axlaiqyxyf20s";
};
buildInputs = with self; [ pytest ];
patchPhase = ''
sed -i 's/==2.9.1//' requirements/test.txt
sed -i 's/==.*$//' requirements/test.txt
'';
meta = with stdenv.lib; {