pythonPackages.packaging: 16.7 -> 16.8
This commit is contained in:
parent
1b66b6a5ff
commit
57afc0f5ef
@ -31908,10 +31908,10 @@ EOF
|
|||||||
};
|
};
|
||||||
|
|
||||||
packaging = buildPythonPackage rec {
|
packaging = buildPythonPackage rec {
|
||||||
name = "packaging-16.7";
|
name = "packaging-16.8";
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/p/packaging/${name}.tar.gz";
|
url = "mirror://pypi/p/packaging/${name}.tar.gz";
|
||||||
sha256 = "07h18mrpqs0lv2x4fl43pqi0xj6hdrmrnm6v9q634yliagg6q91f";
|
sha256 = "5d50835fdf0a7edf0b55e311b7c887786504efea1177abd7e69329a8e5ea619e";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = with self; [ pyparsing six ];
|
propagatedBuildInputs = with self; [ pyparsing six ];
|
||||||
buildInputs = with self; [ pytest pretend ];
|
buildInputs = with self; [ pytest pretend ];
|
||||||
|
Loading…
Reference in New Issue
Block a user