python37Packages.libtmux: 0.8.1 -> 0.8.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-libtmux/versions
This commit is contained in:
R. RyanTM 2019-06-17 13:47:04 -07:00
parent e2d07d2cc7
commit 4c9f4136d4

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 ];