python3Packages.xdis: 5.0.11 -> 6.0.2

This commit is contained in:
Ryan Burns 2021-10-31 16:14:20 -07:00
parent 1b209f62d9
commit a45bb60ece

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "xdis";
version = "5.0.11";
version = "6.0.2";
disabled = isPy27;
src = fetchFromGitHub {
owner = "rocky";
repo = "python-xdis";
rev = version;
sha256 = "sha256-KTPu0+bERLRCVESqJgBPtcftlniWl2+C9GDcf84ssiA=";
sha256 = "sha256-P8mUkAO3usFCE+E9cna2x1iA2uyHVPX9FHDpX+kTFWQ=";
};
checkInputs = [ pytest ];