Merge pull request #84569 from r-ryantm/auto-update/python3.7-xdis

python37Packages.xdis: 4.2.3 -> 4.2.4
This commit is contained in:
Mario Rodas 2020-04-07 05:27:18 -05:00 committed by GitHub
commit 4c025622e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "xdis"; pname = "xdis";
version = "4.2.3"; version = "4.2.4";
disabled = isPy27; disabled = isPy27;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rocky"; owner = "rocky";
repo = "python-xdis"; repo = "python-xdis";
rev = version; rev = version;
sha256 = "0yjb07gk74qsag4ahjrbqgl7pgr2kvm43c7yrv10mwxk0ax51337"; sha256 = "0nq6ijmj48c2dk75vmb040wgvr4y7wyjxrcm2dyvcwfk2h6phwri";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];