Merge pull request #74606 from r-ryantm/auto-update/python3.8-xdis

python38Packages.xdis: 4.1.2 -> 4.1.3
This commit is contained in:
Mario Rodas
2019-11-29 07:04:18 -05:00
committed by GitHub

View File

@@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "xdis";
version = "4.1.2";
version = "4.1.3";
disabled = isPy27;
src = fetchFromGitHub {
owner = "rocky";
repo = "python-xdis";
rev = version;
sha256 = "0icqhafsnmcs6628cg3jjgq0d3x835nqmhljcz93yi457hfqd2lp";
sha256 = "0ixx9svyi0kw3z2i51cv1cyg4l5z8hy432kxgsvz20mr9a8z5c91";
};
checkInputs = [ pytest ];