python3Packages.xdis: 5.0.10 -> 5.0.11

This commit is contained in:
Fabian Affolter 2021-09-03 09:35:02 +02:00
parent e4f82b3722
commit b20e6dc83c

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "xdis";
version = "5.0.10";
version = "5.0.11";
disabled = isPy27;
src = fetchFromGitHub {
owner = "rocky";
repo = "python-xdis";
rev = version;
sha256 = "sha256-/3qyMgliua7W4Va1HdRbHyiR/eBQzHK+GrZVAMvMhLA=";
sha256 = "sha256-KTPu0+bERLRCVESqJgBPtcftlniWl2+C9GDcf84ssiA=";
};
checkInputs = [ pytest ];