···23buildPythonApplication rec {
4 pname = "you-get";
5- version = "0.4.1456";
67 # Tests aren't packaged, but they all hit the real network so
8 # probably aren't suitable for a build environment anyway.
···1011 src = fetchPypi {
12 inherit pname version;
13- sha256 = "14miw5gmj571584rmdzjxf88icmb1psrsfbwpabn8blz8l5aq6bv";
14 };
1516 meta = with stdenv.lib; {
···23buildPythonApplication rec {
4 pname = "you-get";
5+ version = "0.4.1475";
67 # Tests aren't packaged, but they all hit the real network so
8 # probably aren't suitable for a build environment anyway.
···1011 src = fetchPypi {
12 inherit pname version;
13+ sha256 = "432c04170bb5f4881ca6af9c802b6c90e81759811487b8d7918762dcd674697f";
14 };
1516 meta = with stdenv.lib; {