6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "35e630eca2aa50ce998b9b1a127bb26b30dfee573702782aa982f875e3f16061";
18 description = "Pure python download utility";
19 homepage = "https://bitbucket.org/techtonik/python-wget/";
20 license = with lib.licenses; [ unlicense ];
21 maintainers = with lib.maintainers; [ prusnak ];