python37Packages.xdis: 3.8.8 -> 3.8.9

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-xdis/versions
This commit is contained in:
R. RyanTM 2019-01-06 17:51:04 -08:00 committed by worldofpeace
parent 04373fd3cc
commit 0ca68bddcf

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "xdis";
version = "3.8.8";
version = "3.8.9";
src = fetchPypi {
inherit pname version;
sha256 = "4d212df8a85ab55a35f6ad71b2c29818d903c3e6a95e31eb26d5f3fc66a4e015";
sha256 = "1q2dg3hnsmmpjcc7lzjf5nd041mpbwa2bq3dgr4p6wv65vncny9v";
};
checkInputs = [ pytest ];