Merge pull request #63378 from r-ryantm/auto-update/python3.7-libtmux

python37Packages.libtmux: 0.8.1 -> 0.8.2
This commit is contained in:
Mario Rodas 2019-06-18 06:45:42 -05:00 committed by GitHub
commit 3cf3ca94e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "libtmux";
version = "0.8.1";
version = "0.8.2";
src = fetchPypi {
inherit pname version;
sha256 = "0al5qcvzcl4v70vngbv39jg422jsy0m1b5q9pp54cc7m9b666jax";
sha256 = "0nh6dvf8g93hv7cma6r8l88k8l20zck6a0ax29mrdg03f9hqdk9a";
};
checkInputs = [ pytest ];