python37Packages.libtmux: 0.8.0 -> 0.8.1

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-02-04 02:44:51 -08:00
parent 8f58e00226
commit 93b6beeb03

View File

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