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 { buildPythonPackage rec {
pname = "xdis"; pname = "xdis";
version = "4.2.2"; version = "4.2.3";
disabled = isPy27; disabled = isPy27;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rocky"; owner = "rocky";
repo = "python-xdis"; repo = "python-xdis";
rev = version; rev = version;
sha256 = "0d286myx6z6cbih77h8z5p9vscxvww3gy59lmi1w6y2nq6c8sqzb"; sha256 = "0yjb07gk74qsag4ahjrbqgl7pgr2kvm43c7yrv10mwxk0ax51337";
}; };
checkInputs = [ pytest ]; checkInputs = [ pytest ];
@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python cross-version byte-code disassembler and marshal routines"; 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; license = licenses.gpl2;
}; };
} }