python37Packages.xdis: 4.2.2 -> 4.2.3

This commit is contained in:
R. RyanTM 2020-03-25 17:28:02 +00:00 committed by Jon
parent e571880c55
commit 3c3e174247

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "xdis";
version = "4.2.2";
version = "4.2.3";
disabled = isPy27;
src = fetchFromGitHub {
owner = "rocky";
repo = "python-xdis";
rev = version;
sha256 = "0d286myx6z6cbih77h8z5p9vscxvww3gy59lmi1w6y2nq6c8sqzb";
sha256 = "0yjb07gk74qsag4ahjrbqgl7pgr2kvm43c7yrv10mwxk0ax51337";
};
checkInputs = [ pytest ];
@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python cross-version byte-code disassembler and marshal routines";
homepage = https://github.com/rocky/python-xdis/;
homepage = "https://github.com/rocky/python-xdis/";
license = licenses.gpl2;
};
}