1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

xdis: 2.3.1 -> 3.2.4

This commit is contained in:
Dario Bertini 2017-01-05 09:57:41 +01:00
parent 6a68b95266
commit 744cd7b12b
No known key found for this signature in database
GPG key ID: F7C180DFCB78F7A0

View file

@ -12677,12 +12677,13 @@ in {
xdis = buildPythonPackage rec {
name = "xdis-${version}";
version = "2.3.1";
version = "3.2.4";
src = pkgs.fetchurl {
url = "mirror://pypi/x/xdis/${name}.tar.gz";
sha256 = "1bi53n9fifjz2ja5inm546vzhjpgwx6n0qrhp106fss7bdm44a4v";
sha256 = "0g2lh70837vigcbc1i58349wp2xzrhlsg2ahc92sn8d3jwxja4dk";
};
propagatedBuildInputs = with self; [ nose ];
propagatedBuildInputs = with self; [ nose six ];
meta = {
description = "Python cross-version byte-code disassembler and marshal routines";
homepage = https://github.com/rocky/python-xdis/;