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