Merge pull request #136553 from fabaff/bump-xdis

python3Packages.xdis: 5.0.10 -> 5.0.11
This commit is contained in:
Fabian Affolter 2021-09-04 18:34:01 +02:00 committed by GitHub
commit 31158a51eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];