python37Packages.xdis: 4.0.3 -> 4.0.4

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-10-08 06:34:25 -07:00 committed by Frederik Rietdijk
parent cf1c7f22e9
commit 60f6daee26

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "xdis";
version = "4.0.3";
version = "4.0.4";
src = fetchFromGitHub {
owner = "rocky";
repo = "python-xdis";
rev = version;
sha256 = "1h4j8hincf49zyd0rvn4bh0ypj8836y8vz3d496ycb9gjzkr6044";
sha256 = "1m54d61ka9wgq0iqlzmsikzxa6qmwvnwsgm2kxb3vw5ic1psv4pv";
};
checkInputs = [ pytest ];