xdis: 2.3.1 -> 3.2.4
This commit is contained in:
parent
6a68b95266
commit
744cd7b12b
@ -12677,12 +12677,13 @@ in {
|
|||||||
|
|
||||||
xdis = buildPythonPackage rec {
|
xdis = buildPythonPackage rec {
|
||||||
name = "xdis-${version}";
|
name = "xdis-${version}";
|
||||||
version = "2.3.1";
|
version = "3.2.4";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/x/xdis/${name}.tar.gz";
|
url = "mirror://pypi/x/xdis/${name}.tar.gz";
|
||||||
sha256 = "1bi53n9fifjz2ja5inm546vzhjpgwx6n0qrhp106fss7bdm44a4v";
|
sha256 = "0g2lh70837vigcbc1i58349wp2xzrhlsg2ahc92sn8d3jwxja4dk";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = with self; [ nose ];
|
propagatedBuildInputs = with self; [ nose six ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
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/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user